Changeset 50578 in vbox
- Timestamp:
- Feb 25, 2014 2:53:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse.c
r45925 r50578 185 185 break; 186 186 /* 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); 192 189 if (!RT_SUCCESS(rc)) { 193 190 xf86Msg(X_ERROR, "%s: Failed to switch guest mouse into absolute mode\n",
Note:
See TracChangeset
for help on using the changeset viewer.