Changeset 10562 in vbox for trunk/src/VBox/Additions/x11/xmouse
- Timestamp:
- Jul 12, 2008 1:22:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xmouse/VBoxUtils_68.c
r10561 r10562 122 122 req.pointerXPos = 0; 123 123 req.pointerYPos = 0; 124 /** @todo r=bird: Michael, I thought we decided a long time ago that all these should be replaced by VbglR3. I assume this is just a leftover... */ 124 125 if (ioctl(g_vboxaddHandle, VBOXGUEST_IOCTL_VMMREQUEST(sizeof(req)), (void*)&req) < 0) 125 126 { … … 146 147 return 1; 147 148 /* perform VMM request */ 149 /** @todo r=bird: Michael, ditto. */ 148 150 if (ioctl(g_vboxaddHandle, VBOXGUEST_IOCTL_VMMREQUEST(vmmdevGetRequestSize(VMMDevReq_GetMouseStatus)), (void*)g_vmmreqMouseStatus) >= 0) 149 151 { … … 181 183 req.pointerXPos = 0; 182 184 req.pointerYPos = 0; 185 /** @todo r=bird: Michael, ditto. */ 183 186 if (ioctl(g_vboxaddHandle, VBOXGUEST_IOCTL_VMMREQUEST(sizeof(req)), (void*)&req) < 0) 184 187 {
Note:
See TracChangeset
for help on using the changeset viewer.