Changeset 23039 in vbox
- Timestamp:
- Sep 15, 2009 8:01:17 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52355
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse_15.c
r22685 r23039 66 66 uint32_t cx, cy, fFeatures; 67 67 68 /* The first test here is a workaround for an appar ant bug in Xorg Server 1.5 */68 /* The first test here is a workaround for an apparent bug in Xorg Server 1.5 */ 69 69 if ( miPointerGetScreen(pInfo->dev) != NULL 70 70 && RT_SUCCESS(VbglR3GetMouseStatus(&fFeatures, &cx, &cy)) … … 178 178 & ~VMMDEV_MOUSE_GUEST_CAN_ABSOLUTE 179 179 & ~VMMDEV_MOUSE_GUEST_USES_VMMDEV); 180 VbglR3SetMouseStatus(0);181 180 xf86RemoveEnabledDevice(pInfo); 182 181 device->public.on = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.