VirtualBox

Ignore:
Timestamp:
Nov 20, 2008 11:01:52 AM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4-OSX: added helper functions for the external window handling

Location:
trunk/src/VBox/Frontends/VirtualBox4/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h

    r13580 r14397  
    302302                                                  WPARAM wParam, LPARAM lParam);
    303303#elif defined (Q_WS_MAC)
     304    EventHandlerRef mDarwinWindowOverlayHandlerRef;
    304305# ifndef VBOX_WITH_HACKED_QT
    305306    static pascal OSStatus darwinEventHandlerProc (EventHandlerCallRef inHandlerCallRef,
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxUtils.h

    r13631 r14397  
    220220OSStatus darwinRegionHandler (EventHandlerCallRef aInHandlerCallRef, EventRef aInEvent, void *aInUserData);
    221221
     222/* Handler for the OpenGL overlay window stuff & the possible messages. */
     223enum
     224{
     225    /* Event classes */
     226    kEventClassVBox        = 'vbox',
     227    /* Event kinds */
     228    kEventVBoxShowWindow   = 'swin',
     229    kEventVBoxMoveWindow   = 'mwin',
     230    kEventVBoxResizeWindow = 'rwin',
     231};
     232OSStatus darwinOverlayWindowHandler (EventHandlerCallRef aInHandlerCallRef, EventRef aInEvent, void *aInUserData);
     233
    222234# ifdef DEBUG
    223235void darwinDebugPrintEvent (const char *aPrefix, EventRef aEvent);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette