VirtualBox

Changeset 5706 in vbox


Ignore:
Timestamp:
Nov 12, 2007 2:27:53 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26055
Message:

vga_draw_blank must not touch VRAM.

File:
1 edited

Legend:

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

    r5638 r5706  
    21272127    uint32_t cbScanline = s->pDrv->cbScanline;
    21282128
     2129    if (s->pDrv->pu8Data == s->vram_ptrHC) /* Do not clear the VRAM itself. */
     2130        return;
    21292131    if (!full_update)
    21302132        return;
Note: See TracChangeset for help on using the changeset viewer.

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