Changeset 261 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
- Timestamp:
- Jan 24, 2007 11:03:55 AM (18 years ago)
- File:
-
- 1 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;
Note:
See TracChangeset
for help on using the changeset viewer.