VirtualBox

Ignore:
Timestamp:
Dec 6, 2010 2:40:03 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68560
Message:

Main/VMMDev: optionally report multi-monitor mouse co-ordinates relative to the whole virtual framebuffer and not to the first screen

File:
1 edited

Legend:

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

    r32831 r34754  
    177177            rc = VbglR3SetMouseStatus(  fFeatures
    178178                                      | VMMDEV_MOUSE_GUEST_CAN_ABSOLUTE
    179                                       | VMMDEV_MOUSE_GUEST_USES_EVENT);
     179                                      | VMMDEV_MOUSE_NEW_PROTOCOL);
    180180        if (!RT_SUCCESS(rc)) {
    181181            xf86Msg(X_ERROR, "%s: Failed to switch guest mouse into absolute mode\n",
     
    194194            rc = VbglR3SetMouseStatus(  fFeatures
    195195                                      & ~VMMDEV_MOUSE_GUEST_CAN_ABSOLUTE
    196                                       & ~VMMDEV_MOUSE_GUEST_USES_EVENT);
     196                                      & ~VMMDEV_MOUSE_NEW_PROTOCOL);
    197197        xf86RemoveEnabledDevice(pInfo);
    198198        device->public.on = FALSE;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette