Changeset 104834 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Jun 4, 2024 2:37:41 PM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 163414
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/pointer.c
r98103 r104834 192 192 VBOXPtr pVBox = pScrn->driverPrivate; 193 193 194 /* This currently does nothing. */ 195 VBoxHGSMICursorPosition(&pVBox->guestCtx, true, x, y, NULL, NULL); 194 VBoxHGSMIReportCursorPosition(&pVBox->guestCtx, true, x, y, NULL, NULL); 196 195 } 197 196
Note:
See TracChangeset
for help on using the changeset viewer.