Changeset 98542 in vbox for trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
- Timestamp:
- Feb 10, 2023 8:59:03 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r98103 r98542 3720 3720 pThis->fMouseCapabilities &= ~(fCapsRemoved & VMMDEV_MOUSE_HOST_MASK); 3721 3721 pThis->fMouseCapabilities |= (fCapsAdded & VMMDEV_MOUSE_HOST_MASK) 3722 | VMMDEV_MOUSE_HOST_RECHECKS_NEEDS_HOST_CURSOR3723 | VMMDEV_MOUSE_HOST_USES_FULL_STATE_PROTOCOL;3722 | VMMDEV_MOUSE_HOST_RECHECKS_NEEDS_HOST_CURSOR 3723 | VMMDEV_MOUSE_HOST_SUPPORTS_FULL_STATE_PROTOCOL; 3724 3724 bool fNotify = fOldCaps != pThis->fMouseCapabilities; 3725 3725 … … 5061 5061 * In this version of VirtualBox full mouse state can be provided to the guest over DevVMM. 5062 5062 */ 5063 pThis->fMouseCapabilities |= VMMDEV_MOUSE_HOST_ USES_FULL_STATE_PROTOCOL;5063 pThis->fMouseCapabilities |= VMMDEV_MOUSE_HOST_SUPPORTS_FULL_STATE_PROTOCOL; 5064 5064 5065 5065 /*
Note:
See TracChangeset
for help on using the changeset viewer.