VirtualBox

Changeset 21913 in vbox for trunk


Ignore:
Timestamp:
Jul 31, 2009 11:33:39 AM (15 years ago)
Author:
vboxsync
Message:

Additions/x11 and common: simplify requests for getting video mode hints and introduce a generic wait event request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VMMDev.h

    r21738 r21913  
    9292/** New mouse position data available */
    9393#define VMMDEV_EVENT_MOUSE_POSITION_CHANGED                 RT_BIT(9)
     94/** The mask of valid events, for sanity checking */
     95#define VMMDEV_EVENT_VALID_EVENT_MASK                       (RT_BIT(10) - 1)
    9496/** @} */
    9597
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