Changeset 11971 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Sep 2, 2008 11:33:18 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35871
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/include
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h
r11622 r11971 40 40 #if defined (Q_WS_MAC) 41 41 # include <Carbon/Carbon.h> 42 # include "DarwinCursor.h"43 42 #endif 44 43 … … 291 290 * key was pressed when we get a kEventRawKeyModifiersChanged event. */ 292 291 UInt32 mDarwinKeyModifiers; 293 /** The darwin cursor handle (see DarwinCursor.h/.cpp). */294 DARWINCURSOR mDarwinCursor;295 292 #endif 296 293
Note:
See TracChangeset
for help on using the changeset viewer.