Changeset 261 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jan 24, 2007 11:03:55 AM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
r255 r261 84 84 void onFullscreenChange (bool on); 85 85 86 void FixModifierState (LONG *codes, uint *count);86 void fixModifierState (LONG *codes, uint *count); 87 87 88 88 signals: … … 196 196 bool autoresize_guest : 1; 197 197 198 bool mfNumLock ;199 bool mfScrollLock ;200 bool mfCapsLock ;198 bool mfNumLock : 1; 199 bool mfScrollLock : 1; 200 bool mfCapsLock : 1; 201 201 long muNumLockAdaptionCnt; 202 202 long muCapsLockAdaptionCnt; -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h
r245 r261 148 148 SessionStateChangeEventType = QEvent::User + 7, 149 149 SnapshotEventType = QEvent::User + 8, 150 ModifierKeyChangeEventType = QEvent::User + 9, 150 RuntimeErrorEventType = QEvent::User + 9, 151 ModifierKeyChangeEventType = QEvent::User + 10, 151 152 EnumerateMediaEventType = QEvent::User + 100, 152 153 ActivateMenuEventType = QEvent::User + 101, 153 RuntimeErrorEventType = QEvent::User + 102,154 154 }; 155 155 };
Note:
See TracChangeset
for help on using the changeset viewer.