Changeset 19655 in vbox for trunk/src/VBox/Additions/x11/vboxmouse
- Timestamp:
- May 13, 2009 12:31:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse_15.c
r18829 r19655 129 129 break; 130 130 /* 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); 132 133 if (!RT_SUCCESS(rc)) { 133 134 xf86Msg(X_ERROR, "%s: Failed to switch guest mouse into absolute mode\n",
Note:
See TracChangeset
for help on using the changeset viewer.