VirtualBox

Changeset 2792 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 23, 2007 9:40:04 AM (18 years ago)
Author:
vboxsync
Message:

small fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp

    r2791 r2792  
    700700#ifdef __L4__
    701701    /* The L4 console provides (currently) a fixed resolution. */
    702     if (vramSize * 1024 * 1024 >=   gFramebuffer->getHostXres()
    703                                   * gFramebuffer->getHostYres()
    704                                   * (gDisplay->getColorDepth() / 8))
     702    if (vramSize * _1M >=   gFramebuffer->getHostXres()
     703                          * gFramebuffer->getHostYres()
     704                          * (gDisplay->getColorDepth() / 8))
    705705        gDisplay->SetVideoModeHint(gFramebuffer->getHostXres(), gFramebuffer->getHostYres(), 0);
    706706#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette