VirtualBox

Ignore:
Timestamp:
Sep 12, 2012 11:28:18 AM (12 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxvideo: fix for pre-1.3 X servers after vtSema fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c

    r43271 r43309  
    11141114                     pScrn->frameY0))
    11151115        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;
    11161123    /* And make sure that a non-current dynamic mode is at the front of the
    11171124     * list */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette