Changeset 43271 in vbox for trunk/src/VBox
- Timestamp:
- Sep 10, 2012 3:19:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r43270 r43271 1173 1173 #endif 1174 1174 /* Re-assert this in case we had a change request while switched out. */ 1175 VBOXAdjustScreenPixmap(pScrn, pVBox->FBSize.cx, pVBox->FBSize.cy); 1175 if (pVBox->FBSize.cx && pVBox->FBSize.cy) 1176 VBOXAdjustScreenPixmap(pScrn, pVBox->FBSize.cx, pVBox->FBSize.cy); 1176 1177 #ifdef VBOXVIDEO_13 1177 1178 if (!xf86SetDesiredModes(pScrn))
Note:
See TracChangeset
for help on using the changeset viewer.