VirtualBox

Changeset 43271 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 10, 2012 3:19:58 PM (12 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxvideo: fix for r80653.

File:
1 edited

Legend:

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

    r43270 r43271  
    11731173#endif
    11741174    /* 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);
    11761177#ifdef VBOXVIDEO_13
    11771178    if (!xf86SetDesiredModes(pScrn))
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