Changeset 43309 in vbox for trunk/src/VBox/Additions/x11/vboxvideo
- Timestamp:
- Sep 12, 2012 11:28:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r43271 r43309 1114 1114 pScrn->frameY0)) 1115 1115 return FALSE; 1116 /* Save the size in case we need to re-set it later. */ 1117 pVBox->FBSize.cx = pScrn->currentMode->HDisplay; 1118 pVBox->FBSize.cy = pScrn->currentMode->VDisplay; 1119 pVBox->aScreenLocation[0].cx = pScrn->currentMode->HDisplay; 1120 pVBox->aScreenLocation[0].cy = pScrn->currentMode->VDisplay; 1121 pVBox->aScreenLocation[0].x = pScrn->frameX0; 1122 pVBox->aScreenLocation[0].y = pScrn->frameY0; 1116 1123 /* And make sure that a non-current dynamic mode is at the front of the 1117 1124 * list */
Note:
See TracChangeset
for help on using the changeset viewer.