- 時間撮記:
- 2015-4-17 下午01:10:08 (10 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/DisplaySourceBitmapImpl.cpp
r54828 r55328 132 132 BitmapFormat_T bitmapFormat = BitmapFormat_Opaque; 133 133 134 if (pFBInfo->pu8FramebufferVRAM && pFBInfo->u16BitsPerPixel == 32 )134 if (pFBInfo->pu8FramebufferVRAM && pFBInfo->u16BitsPerPixel == 32 && !pFBInfo->fDisabled) 135 135 { 136 136 /* From VRAM. */ … … 174 174 m.ulBytesPerLine = ulBytesPerLine; 175 175 m.bitmapFormat = bitmapFormat; 176 if (pFBInfo->fDisabled) 177 { 178 RT_BZERO(pAddress, ulBytesPerLine * ulHeight); 179 } 176 180 } 177 181
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器