Changeset 68588 in vbox for trunk/src/VBox
- Timestamp:
- Aug 31, 2017 12:20:35 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117805
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c ¶
r68565 r68588 402 402 VBGLREQHDR_INIT(&Req.Hdr, SET_MOUSE_STATUS); 403 403 Req.u.In.fStatus = fStatus; 404 rc = VGDrvCommonIoCtl(VBGL_IOCTL_SET_MOUSE_STATUS, &g_DevExt, g_pKernelSession, &Req , sizeof(Req), NULL);404 rc = VGDrvCommonIoCtl(VBGL_IOCTL_SET_MOUSE_STATUS, &g_DevExt, g_pKernelSession, &Req.Hdr, sizeof(Req), NULL); 405 405 if (RT_SUCCESS(rc)) 406 406 rc = Req.Hdr.rc;
Note:
See TracChangeset
for help on using the changeset viewer.