VirtualBox

Changeset 25036 in vbox


Ignore:
Timestamp:
Nov 27, 2009 7:29:34 AM (15 years ago)
Author:
vboxsync
Message:

Fixed black screen when guest color depth is not 32 bpp (xTracker 4495).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r24995 r25036  
    31843184    if (RT_LIKELY(pFBInfo->cVBVASkipUpdate == 0))
    31853185    {
    3186          pThis->mParent->consoleVRDPServer()->SendUpdate (uScreenId, pCmd, cbCmd);
     3186        if (pFBInfo->fDefaultFormat)
     3187        {
     3188            pDrv->pUpPort->pfnUpdateDisplayRect (pDrv->pUpPort, pCmd->x, pCmd->y, pCmd->w, pCmd->h);
     3189            pThis->handleDisplayUpdate (pCmd->x + pFBInfo->xOrigin,
     3190                                        pCmd->y + pFBInfo->yOrigin, pCmd->w, pCmd->h);
     3191        }
     3192
     3193        pThis->mParent->consoleVRDPServer()->SendUpdate (uScreenId, pCmd, cbCmd);
    31873194    }
    31883195}
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