Changeset 21868 in vbox
- Timestamp:
- Jul 29, 2009 5:18:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse_15.c
r21747 r21868 68 68 /* The first test here is a workaround for an apparant bug in Xorg Server 1.5 */ 69 69 if ( miPointerGetScreen(pInfo->dev) != NULL 70 && RT_SUCCESS(VbglR3GetMouseStatus(&fFeatures, &cx, &cy))) 70 && RT_SUCCESS(VbglR3GetMouseStatus(&fFeatures, &cx, &cy)) 71 && (fFeatures & VMMDEV_MOUSE_HOST_CAN_ABSOLUTE)) 71 72 /* send absolute movement */ 72 73 xf86PostMotionEvent(pInfo->dev, 1, 0, 2, cx, cy);
Note:
See TracChangeset
for help on using the changeset viewer.