VirtualBox

Changeset 37129 in vbox


Ignore:
Timestamp:
May 18, 2011 9:12:44 AM (14 years ago)
Author:
vboxsync
Message:

addendum to r71796, consider HeightReduction modes as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r37128 r37129  
    61476147            if (reqSize >= pThis->vram_size)
    61486148                continue;
     6149            if (   pDefMode->info.XResolution > maxBiosXRes
     6150                || pDefMode->info.YResolution > maxBiosYRes)
     6151                continue;
    61496152            *pCurMode = *pDefMode;
    61506153            pCurMode->mode += 0x30;
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