VirtualBox

Ignore:
Timestamp:
May 13, 2009 12:31:45 PM (16 years ago)
Author:
vboxsync
Message:

Additions/X.Org 1.5+: report that we can read mouse movement events from VMMDev

File:
1 edited

Legend:

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

    r18829 r19655  
    129129            break;
    130130        /* Tell the host that we want absolute co-ordinates */
    131         rc = VbglR3SetMouseStatus(VBOXGUEST_MOUSE_GUEST_CAN_ABSOLUTE);
     131        rc = VbglR3SetMouseStatus(  VBOXGUEST_MOUSE_GUEST_CAN_ABSOLUTE
     132                                  | VBOXGUEST_MOUSE_GUEST_USES_VMMDEV);
    132133        if (!RT_SUCCESS(rc)) {
    133134            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