Changeset 16694 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
- Timestamp:
- Feb 11, 2009 8:28:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
r16693 r16694 322 322 void *pvCarbonEvent, void *pvUser); 323 323 # elif !defined (VBOX_WITH_HACKED_QT) 324 EventHandlerRef mDarwinWindowOverlayHandlerRef;325 324 static pascal OSStatus darwinEventHandlerProc (EventHandlerCallRef inHandlerCallRef, 326 325 EventRef inEvent, void *inUserData); … … 332 331 QPixmap mPausedShot; 333 332 #if defined(Q_WS_MAC) 333 # if !defined (QT_MAC_USE_COCOA) 334 EventHandlerRef mDarwinWindowOverlayHandlerRef; 335 # endif 334 336 VBoxDockIconPreview *mDockIconPreview; 335 337 bool mDockIconEnabled;
Note:
See TracChangeset
for help on using the changeset viewer.