Changeset 16691 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
- Timestamp:
- Feb 11, 2009 7:33:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
r16469 r16691 164 164 bool x11Event (XEvent *event); 165 165 #elif defined(Q_WS_MAC) 166 # ifndef QT_MAC_USE_COCOA167 166 bool darwinKeyboardEvent (EventRef inEvent); 168 # endif169 167 void darwinGrabKeyboardEvents (bool fGrab); 170 168 #endif … … 319 317 static LRESULT CALLBACK lowLevelKeyboardProc (int nCode, 320 318 WPARAM wParam, LPARAM lParam); 321 #elif defined (Q_WS_MAC) && !defined (QT_MAC_USE_COCOA) 319 #elif defined (Q_WS_MAC) 320 # if defined (QT_MAC_USE_COCOA) 321 static bool darwinEventHandlerProc (const void *pvCocoaEvent, const 322 void *pvCarbonEvent, void *pvUser); 323 # elif !defined (VBOX_WITH_HACKED_QT) 322 324 EventHandlerRef mDarwinWindowOverlayHandlerRef; 323 # ifndef VBOX_WITH_HACKED_QT324 325 static pascal OSStatus darwinEventHandlerProc (EventHandlerCallRef inHandlerCallRef, 325 326 EventRef inEvent, void *inUserData);
Note:
See TracChangeset
for help on using the changeset viewer.