Changeset 29750 in vbox for trunk/src/VBox/Devices/VMMDev
- Timestamp:
- May 21, 2010 11:25:21 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61934
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r29590 r29750 2097 2097 Log(("vmmdevSetMouseCapabilities: bNotify %d\n", bNotify)); 2098 2098 2099 pThis->mouseCapabilities &= ~VMMDEV_MOUSE_HOST_MASK; 2099 pThis->mouseCapabilities &= ~VMMDEV_MOUSE_HOST_MASK 2100 | VMMDEV_MOUSE_HOST_RECHECKS_NEEDS_HOST_CURSOR; 2100 2101 pThis->mouseCapabilities |= (capabilities & VMMDEV_MOUSE_HOST_MASK); 2101 2102 if (bNotify) … … 2884 2885 pThis->u32HGCMEnabled = 0; 2885 2886 #endif /* VBOX_WITH_HGCM */ 2886 /* The GUI checks whether this changes in this version of VirtualBox. */ 2887 /* In this version of VirtualBox the GUI checks whether "needs host cursor" 2888 * changes. */ 2887 2889 pThis->mouseCapabilities |= VMMDEV_MOUSE_HOST_RECHECKS_NEEDS_HOST_CURSOR; 2888 2890
Note:
See TracChangeset
for help on using the changeset viewer.