Changeset 43745 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 25, 2012 4:21:24 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r41689 r43745 3717 3717 uint32_t bitsPerPixel; 3718 3718 uint32_t b = 0xff, g = 0xff00, r = 0xff0000; 3719 ulong pixelFormat;3720 3719 bool bUsesGuestVram; 3721 3720 … … 3778 3777 { 3779 3778 // ulong virtWdt = bitsPerLine / size.bitsPerPixel(); 3780 pixelFormat = FramebufferPixelFormat_FOURCC_RGB;3781 3779 bUsesGuestVram = true; 3782 3780 } … … 3799 3797 r = 0xff0000; 3800 3798 bytesPerLine = size.width()*bitsPerPixel/8; 3801 pixelFormat = FramebufferPixelFormat_FOURCC_RGB;3802 3799 bUsesGuestVram = false; 3803 3800 }
Note:
See TracChangeset
for help on using the changeset viewer.