Changeset 13432 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 21, 2008 11:36:19 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38196
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r13430 r13432 268 268 bool padding9[2]; 269 269 270 /** Current refresh timer interval. */ 271 uint32_t cMilliesRefreshInterval; 272 /** Refresh timer handle - HC. */ 273 PTMTIMERR3 RefreshTimer; 274 270 275 /** Bitmap tracking dirty pages. */ 271 276 uint32_t au32DirtyBitmap[VGA_VRAM_MAX / PAGE_SIZE / 32]; … … 287 292 /** Pointer to display connector interface of the driver. */ 288 293 R3PTRTYPE(PPDMIDISPLAYCONNECTOR) pDrv; 289 /** Refresh timer handle - HC. */290 PTMTIMERR3 RefreshTimer;291 /** Current refresh timer interval. */292 uint32_t cMilliesRefreshInterval;293 294 294 295 /** The PCI device. */
Note:
See TracChangeset
for help on using the changeset viewer.