Changeset 14397 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Nov 20, 2008 11:01:52 AM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h
r13580 r14397 302 302 WPARAM wParam, LPARAM lParam); 303 303 #elif defined (Q_WS_MAC) 304 EventHandlerRef mDarwinWindowOverlayHandlerRef; 304 305 # ifndef VBOX_WITH_HACKED_QT 305 306 static pascal OSStatus darwinEventHandlerProc (EventHandlerCallRef inHandlerCallRef, -
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxUtils.h
r13631 r14397 220 220 OSStatus darwinRegionHandler (EventHandlerCallRef aInHandlerCallRef, EventRef aInEvent, void *aInUserData); 221 221 222 /* Handler for the OpenGL overlay window stuff & the possible messages. */ 223 enum 224 { 225 /* Event classes */ 226 kEventClassVBox = 'vbox', 227 /* Event kinds */ 228 kEventVBoxShowWindow = 'swin', 229 kEventVBoxMoveWindow = 'mwin', 230 kEventVBoxResizeWindow = 'rwin', 231 }; 232 OSStatus darwinOverlayWindowHandler (EventHandlerCallRef aInHandlerCallRef, EventRef aInEvent, void *aInUserData); 233 222 234 # ifdef DEBUG 223 235 void darwinDebugPrintEvent (const char *aPrefix, EventRef aEvent);
Note:
See TracChangeset
for help on using the changeset viewer.