VirtualBox

Ignore:
Timestamp:
Mar 10, 2007 10:47:37 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19387
Message:

Darwin cursors (didn't get inverted cursors working right, so doing the same as X11).

File:
1 edited

Legend:

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

    r1339 r1391  
    3838#if defined (Q_WS_MAC)
    3939# include <Carbon/Carbon.h>
     40# include "DarwinCursor.h"
    4041#endif
    4142
     
    218219
    219220#if defined(Q_WS_MAC)
     221# ifndef VBOX_WITH_HACKED_QT
    220222    /** Event handler reference. NULL if the handler isn't installed. */
    221223    EventHandlerRef m_darwinEventHandlerRef;
     224# endif
    222225    /** The current modifier key mask. Used to figure out which modifier
    223226     *  key was pressed when we get a kEventRawKeyModifiersChanged event. */
    224227    UInt32 m_darwinKeyModifiers;
     228    /** The darwin cursor handle (see DarwinCursor.h/.cpp). */
     229    DARWINCURSOR m_darwinCursor;
    225230#endif
    226231
Note: See TracChangeset for help on using the changeset viewer.

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