Changeset 15977 in vbox for trunk/src/VBox
- Timestamp:
- Jan 15, 2009 6:42:16 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41631
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r15878 r15977 5820 5820 return VERR_VGA_INVALID_CUSTOM_MODE; 5821 5821 } 5822 /* Round up the X resolution to a multiple of eight. */ 5823 cx = (cx + 7) & ~7; 5822 5824 # ifdef VRAM_SIZE_FIX 5823 5825 if (cx * cy * cBits / 8 >= pThis->vram_size)
Note:
See TracChangeset
for help on using the changeset viewer.