Changeset 53428 in vbox
- Timestamp:
- Dec 2, 2014 9:22:23 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Additions/x11/vboxvideo/pointer.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/pointer.c
r51393 r53428 134 134 if (rc) { 135 135 int vrc = VbglR3GetMouseStatus(&fFeatures, NULL, NULL); 136 if (RT_FAILURE(vrc)) { 137 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, 138 "Unable to determine whether the virtual machine supports mouse pointer integration - request initialization failed with return code %d\n", vrc); 136 if (RT_FAILURE(vrc)) 139 137 rc = FALSE; 140 }141 138 } 142 139 /* If we got the information from the host then make sure the host wants
Note:
See TracChangeset
for help on using the changeset viewer.

