Changeset 2792 in vbox for trunk/src/VBox
- Timestamp:
- May 23, 2007 9:40:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
r2791 r2792 700 700 #ifdef __L4__ 701 701 /* The L4 console provides (currently) a fixed resolution. */ 702 if (vramSize * 1024 * 1024>= gFramebuffer->getHostXres()703 704 702 if (vramSize * _1M >= gFramebuffer->getHostXres() 703 * gFramebuffer->getHostYres() 704 * (gDisplay->getColorDepth() / 8)) 705 705 gDisplay->SetVideoModeHint(gFramebuffer->getHostXres(), gFramebuffer->getHostYres(), 0); 706 706 #endif
Note:
See TracChangeset
for help on using the changeset viewer.