VirtualBox

Changeset 37134 in vbox


Ignore:
Timestamp:
May 18, 2011 2:01:05 PM (14 years ago)
Author:
vboxsync
Message:

another addendum to r71796, HeightReduction fix

File:
1 edited

Legend:

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

    r37129 r37134  
    61486148                continue;
    61496149            if (   pDefMode->info.XResolution > maxBiosXRes
    6150                 || pDefMode->info.YResolution > maxBiosYRes)
     6150                || pDefMode->info.YResolution - cyReduction > maxBiosYRes)
    61516151                continue;
    61526152            *pCurMode = *pDefMode;
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