Changeset 13430 in vbox
- Timestamp:
- Oct 21, 2008 10:52:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r13429 r13430 268 268 bool padding9[2]; 269 269 270 /** Bitmap tracking dirty pages. */ 271 uint32_t au32DirtyBitmap[VGA_VRAM_MAX / PAGE_SIZE / 32]; 270 272 /** Pointer to vgaGCLFBAccessHandler(). */ 271 273 RTRCPTR RCPtrLFBHandler; 272 /** Bitmap tracking dirty pages. */273 uint32_t au32DirtyBitmap[VGA_VRAM_MAX / PAGE_SIZE / 32];274 274 /** Pointer to the device instance - RC Ptr. */ 275 275 PPDMDEVINSRC pDevInsRC;
Note:
See TracChangeset
for help on using the changeset viewer.