Changeset 7057 in vbox
- Timestamp:
- Feb 20, 2008 6:08:17 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28293
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r7055 r7057 242 242 VGA_STATE_COMMON 243 243 #ifdef VBOX 244 /** end-of-common-state-marker */244 /** end-of-common-state-marker + alignment. */ 245 245 uint32_t u32Marker; 246 /** The physical address the VRAM was assigned. */ 247 RTGCPHYS GCPhysVRAM; 246 248 /** Pointer to GC vram mapping. */ 247 249 GCPTRTYPE(uint8_t *) vram_ptrGC; 248 /** The physical address the VRAM was assigned. */249 RTGCPHYS GCPhysVRAM;250 250 /** LFB was updated flag. */ 251 251 bool fLFBUpdated;
Note:
See TracChangeset
for help on using the changeset viewer.