Changeset 51617 in vbox
- Timestamp:
- Jun 13, 2014 2:04:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r51511 r51617 2558 2558 if (pThis->svga.fEnabled) { 2559 2559 *pcur_graphic_mode = GMODE_SVGA; 2560 rc = vmsvga_draw_graphic(pThis, 1, f alse, reset_dirty, pDrv);2560 rc = vmsvga_draw_graphic(pThis, 1, fFailOnResize, reset_dirty, pDrv); 2561 2561 } 2562 2562 else … … 2564 2564 if (pThis->gr[6] & 1) { 2565 2565 *pcur_graphic_mode = GMODE_GRAPH; 2566 rc = vga_draw_graphic(pThis, 1, f alse, reset_dirty, pDrv);2566 rc = vga_draw_graphic(pThis, 1, fFailOnResize, reset_dirty, pDrv); 2567 2567 } else { 2568 2568 *pcur_graphic_mode = GMODE_TEXT; 2569 rc = vga_draw_text(pThis, 1, f alse, reset_dirty, pDrv);2569 rc = vga_draw_text(pThis, 1, fFailOnResize, reset_dirty, pDrv); 2570 2570 } 2571 2571 … … 4643 4643 pThis->graphic_mode = -1; /* force full update */ 4644 4644 4645 return vga_update_display(pThis, true, false, true,4645 return vga_update_display(pThis, true, true, true, 4646 4646 pThis->pDrv, &pThis->graphic_mode); 4647 4647 }
Note:
See TracChangeset
for help on using the changeset viewer.

