Changeset 7564 in vbox
- Timestamp:
- Mar 26, 2008 10:03:35 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp
r7512 r7564 204 204 *aSupported = FALSE; 205 205 if (aHeight > (ULONG) screen.height()) 206 *aSupported = FALSE;207 if (aBPP != 32)208 206 *aSupported = FALSE; 209 207 LogFlowThisFunc(("returning aSupported=%d\n", *aSupported)); -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFrameBuffer.cpp
r7512 r7564 205 205 *aSupported = FALSE; 206 206 if (aHeight > (ULONG) screen.height()) 207 *aSupported = FALSE;208 if (aBPP != 32)209 207 *aSupported = FALSE; 210 208 LogFlowThisFunc(("returning aSupported=%d\n", *aSupported));
Note:
See TracChangeset
for help on using the changeset viewer.