VirtualBox

Changeset 98542 in vbox for trunk/include


Ignore:
Timestamp:
Feb 10, 2023 8:59:03 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155819
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/include/VBox/VMMDev.h

    r98103 r98542  
    423423#define VMMDEV_MOUSE_GUEST_USES_FULL_STATE_PROTOCOL         RT_BIT(7)
    424424/** The host can provide full mouse state over VMMDev events */
    425 #define VMMDEV_MOUSE_HOST_USES_FULL_STATE_PROTOCOL          RT_BIT(8)
     425#define VMMDEV_MOUSE_HOST_SUPPORTS_FULL_STATE_PROTOCOL      RT_BIT(8)
    426426/** The mask of all VMMDEV_MOUSE_* flags */
    427427#define VMMDEV_MOUSE_MASK                                   UINT32_C(0x000001ff)
     
    443443       | VMMDEV_MOUSE_HOST_RECHECKS_NEEDS_HOST_CURSOR \
    444444       | VMMDEV_MOUSE_HOST_HAS_ABS_DEV \
    445        | VMMDEV_MOUSE_HOST_USES_FULL_STATE_PROTOCOL)
     445       | VMMDEV_MOUSE_HOST_SUPPORTS_FULL_STATE_PROTOCOL)
    446446/** @} */
    447447
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