VirtualBox

忽略:
時間撮記:
2015-4-17 下午01:10:08 (10 年 以前)
作者:
vboxsync
訊息:

Main: clear DisplaySourceBitmap if screen is disabled.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/DisplaySourceBitmapImpl.cpp

    r54828 r55328  
    132132    BitmapFormat_T bitmapFormat = BitmapFormat_Opaque;
    133133
    134     if (pFBInfo->pu8FramebufferVRAM && pFBInfo->u16BitsPerPixel == 32)
     134    if (pFBInfo->pu8FramebufferVRAM && pFBInfo->u16BitsPerPixel == 32 && !pFBInfo->fDisabled)
    135135    {
    136136        /* From VRAM. */
     
    174174        m.ulBytesPerLine = ulBytesPerLine;
    175175        m.bitmapFormat = bitmapFormat;
     176        if (pFBInfo->fDisabled)
     177        {
     178            RT_BZERO(pAddress, ulBytesPerLine * ulHeight);
     179        }
    176180    }
    177181
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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