Changeset 37134 in vbox
- Timestamp:
- May 18, 2011 2:01:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r37129 r37134 6148 6148 continue; 6149 6149 if ( pDefMode->info.XResolution > maxBiosXRes 6150 || pDefMode->info.YResolution > maxBiosYRes)6150 || pDefMode->info.YResolution - cyReduction > maxBiosYRes) 6151 6151 continue; 6152 6152 *pCurMode = *pDefMode;
Note:
See TracChangeset
for help on using the changeset viewer.