Changeset 55328 in vbox for trunk/src/VBox
- Timestamp:
- Apr 17, 2015 1:10:08 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.