Changeset 5706 in vbox
- Timestamp:
- Nov 12, 2007 2:27:53 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r5638 r5706 2127 2127 uint32_t cbScanline = s->pDrv->cbScanline; 2128 2128 2129 if (s->pDrv->pu8Data == s->vram_ptrHC) /* Do not clear the VRAM itself. */ 2130 return; 2129 2131 if (!full_update) 2130 2132 return;
Note:
See TracChangeset
for help on using the changeset viewer.