- Timestamp:
- Feb 28, 2007 4:29:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r908 r1115 1893 1893 /* The width of VRAM scanline. */ 1894 1894 bwidth = s->line_offset; 1895 /* In some cases the variable is not yet set, probably due to incomplete 1896 * programming of the virtual hardware ports. Just return. 1897 */ 1898 if (bwidth == 0) return; 1895 1899 #endif /* VBOX */ 1896 1900 y_start = -1;
Note:
See TracChangeset
for help on using the changeset viewer.