Changeset 30886 in vbox
- Timestamp:
- Jul 16, 2010 6:35:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r30605 r30886 2524 2524 2525 2525 /* Do a complete redraw, which will pick up a new screen resolution. */ 2526 if (s->gr[6] & 1) { 2526 if (fBlank) { 2527 s->graphic_mode = GMODE_BLANK; 2528 vga_draw_blank(s, 1); 2529 } else if (s->gr[6] & 1) { 2527 2530 s->graphic_mode = GMODE_GRAPH; 2528 2531 rc = vga_draw_graphic(s, 1);
Note:
See TracChangeset
for help on using the changeset viewer.