VirtualBox

Changeset 50578 in vbox


Ignore:
Timestamp:
Feb 25, 2014 2:53:22 PM (11 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxmouse: fix to work with stricter checks and capability mediation in VBoxGuest.

File:
1 edited

Legend:

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

    r45925 r50578  
    185185            break;
    186186        /* Tell the host that we want absolute co-ordinates */
    187         rc = VbglR3GetMouseStatus(&fFeatures, NULL, NULL);
    188         if (RT_SUCCESS(rc))
    189             rc = VbglR3SetMouseStatus(  fFeatures
    190                                       | VMMDEV_MOUSE_GUEST_CAN_ABSOLUTE
    191                                       | VMMDEV_MOUSE_NEW_PROTOCOL);
     187        rc = VbglR3SetMouseStatus(  VMMDEV_MOUSE_GUEST_CAN_ABSOLUTE
     188                                  | VMMDEV_MOUSE_NEW_PROTOCOL);
    192189        if (!RT_SUCCESS(rc)) {
    193190            xf86Msg(X_ERROR, "%s: Failed to switch guest mouse into absolute mode\n",
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