VirtualBox

Changeset 98542 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Feb 10, 2023 8:59:03 PM (22 months ago)
Author:
vboxsync
Message:

VMMDev: The host does not _use_ the full-state-mouse-protocol, it either 'supports' or 'implements' it, going with the former: s/VMMDEV_MOUSE_HOST_USES_FULL_STATE_PROTOCOL/VMMDEV_MOUSE_HOST_SUPPORTS_FULL_STATE_PROTOCOL/ bugref:10285

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r98103 r98542  
    37203720    pThis->fMouseCapabilities &= ~(fCapsRemoved & VMMDEV_MOUSE_HOST_MASK);
    37213721    pThis->fMouseCapabilities |= (fCapsAdded & VMMDEV_MOUSE_HOST_MASK)
    3722                               | VMMDEV_MOUSE_HOST_RECHECKS_NEEDS_HOST_CURSOR
    3723                               | VMMDEV_MOUSE_HOST_USES_FULL_STATE_PROTOCOL;
     3722                              |  VMMDEV_MOUSE_HOST_RECHECKS_NEEDS_HOST_CURSOR
     3723                              |  VMMDEV_MOUSE_HOST_SUPPORTS_FULL_STATE_PROTOCOL;
    37243724    bool fNotify = fOldCaps != pThis->fMouseCapabilities;
    37253725
     
    50615061     * In this version of VirtualBox full mouse state can be provided to the guest over DevVMM.
    50625062     */
    5063     pThis->fMouseCapabilities |= VMMDEV_MOUSE_HOST_USES_FULL_STATE_PROTOCOL;
     5063    pThis->fMouseCapabilities |= VMMDEV_MOUSE_HOST_SUPPORTS_FULL_STATE_PROTOCOL;
    50645064
    50655065    /*
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