VirtualBox

Changeset 51617 in vbox


Ignore:
Timestamp:
Jun 13, 2014 2:04:40 PM (10 years ago)
Author:
vboxsync
Message:

DevVGA: updateDisplayAll should not initiate a resize.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r51511 r51617  
    25582558            if (pThis->svga.fEnabled) {
    25592559                *pcur_graphic_mode = GMODE_SVGA;
    2560                 rc = vmsvga_draw_graphic(pThis, 1, false, reset_dirty, pDrv);
     2560                rc = vmsvga_draw_graphic(pThis, 1, fFailOnResize, reset_dirty, pDrv);
    25612561            }
    25622562            else
     
    25642564            if (pThis->gr[6] & 1) {
    25652565                *pcur_graphic_mode = GMODE_GRAPH;
    2566                 rc = vga_draw_graphic(pThis, 1, false, reset_dirty, pDrv);
     2566                rc = vga_draw_graphic(pThis, 1, fFailOnResize, reset_dirty, pDrv);
    25672567            } else {
    25682568                *pcur_graphic_mode = GMODE_TEXT;
    2569                 rc = vga_draw_text(pThis, 1, false, reset_dirty, pDrv);
     2569                rc = vga_draw_text(pThis, 1, fFailOnResize, reset_dirty, pDrv);
    25702570            }
    25712571
     
    46434643    pThis->graphic_mode = -1; /* force full update */
    46444644
    4645     return vga_update_display(pThis, true, false, true,
     4645    return vga_update_display(pThis, true, true, true,
    46464646            pThis->pDrv, &pThis->graphic_mode);
    46474647}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette