VirtualBox

Changeset 5638 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Nov 7, 2007 3:46:20 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25968
Message:

Reset VRAM access handlers after a fullscreen update.

File:
1 edited

Legend:

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

    r5450 r5638  
    37133713
    37143714    pData->graphic_mode = -1; /* force full update */
    3715     return vga_update_display(pData);
     3715
     3716    int rc = vga_update_display(pData);
     3717
     3718    /* The dirty bits array has been just cleared, reset handlers as well. */
     3719    PPDMDEVINS pDevIns = pData->pDevInsHC;
     3720    PGMHandlerPhysicalReset(PDMDevHlpGetVM(pDevIns), pData->GCPhysVRAM);
     3721
     3722    return rc;
    37163723}
    37173724
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