Changeset 35948 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Feb 11, 2011 11:24:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r35933 r35948 1338 1338 if (cDisplay == 0) 1339 1339 VBoxVideoSetModeRegisters(cwReal, cHeight, pScrn->displayWidth, 1340 vboxBPP(pScrn), x, y);1340 vboxBPP(pScrn), 0, x, y); 1341 1341 /* Tell the host we support graphics */ 1342 1342 if (vbox_device_available(pVBox))
Note:
See TracChangeset
for help on using the changeset viewer.