Changeset 60111 in vbox for trunk/src/VBox/Additions/linux/drm/vbox_mode.c
- Timestamp:
- Mar 20, 2016 2:21:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_mode.c
r60085 r60111 692 692 int x, int y) 693 693 { 694 struct vbox_private *vbox = crtc->dev->dev_private; 695 696 VBoxHGSMICursorPosition(&vbox->submit_info, true, x, y, NULL, NULL); 694 697 return 0; 695 698 }
Note:
See TracChangeset
for help on using the changeset viewer.