Changeset 34754 in vbox for trunk/include/VBox
- Timestamp:
- Dec 6, 2010 2:40:03 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68560
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r34438 r34754 266 266 #define VMMDEV_MOUSE_HOST_CANNOT_HWPOINTER RT_BIT(3) 267 267 /** The guest can read VMMDev events to find out about pointer movement */ 268 #define VMMDEV_MOUSE_ GUEST_USES_EVENTRT_BIT(4)268 #define VMMDEV_MOUSE_NEW_PROTOCOL RT_BIT(4) 269 269 /** If the guest changes the status of the 270 270 * VMMDEV_MOUSE_GUEST_NEEDS_HOST_CURSOR bit, the host will honour this */ … … 281 281 /** The mask of all capabilities which the guest can legitimately change */ 282 282 #define VMMDEV_MOUSE_GUEST_MASK \ 283 (VMMDEV_MOUSE_NOTIFY_HOST_MASK | VMMDEV_MOUSE_ GUEST_USES_EVENT)283 (VMMDEV_MOUSE_NOTIFY_HOST_MASK | VMMDEV_MOUSE_NEW_PROTOCOL) 284 284 /** The mask of host capability changes for which notification events should 285 285 * be sent */
Note:
See TracChangeset
for help on using the changeset viewer.