VirtualBox

Ignore:
Timestamp:
May 21, 2008 10:05:35 AM (17 years ago)
Author:
vboxsync
Message:

Additions/x11: fix disabling pointer integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xgraphics/vboxutils.c

    r8949 r9006  
    118118    {
    119119        if (   !(fFeatures & VBOXGUEST_MOUSE_HOST_CANNOT_HWPOINTER)
    120             && (fFeatures & VBOXGUEST_MOUSE_GUEST_CAN_ABSOLUTE))
     120            && (fFeatures & VBOXGUEST_MOUSE_GUEST_CAN_ABSOLUTE)
     121            && (fFeatures & VBOXGUEST_MOUSE_HOST_CAN_ABSOLUTE)
     122           )
    121123            rc = TRUE;
    122124    }
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