Changeset 22841 in vbox
- Timestamp:
- Sep 8, 2009 1:36:00 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 52072
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r22837 r22841 283 283 /** Whether to render the guest VRAM to the framebuffer memory. False only for some LFB modes. */ 284 284 bool fRenderVRAM; 285 bool padding9[2];285 bool Padding1[2]; 286 286 287 287 uint32_t cMonitors; … … 292 292 293 293 /** Current refresh timer interval. */ 294 uint32_t padding10;294 uint32_t Padding2; 295 295 uint32_t cMilliesRefreshInterval; 296 296 /** Refresh timer handle - HC. */ … … 318 318 /** VBVA callbacks interface */ 319 319 PDMDDISPLAYVBVACALLBACKS VBVACallbacks; 320 #else 321 # if HC_ARCH_BITS == 32 322 uint32_t Padding3; 323 # endif 320 324 #endif 321 325 /** Pointer to base interface of the driver. */ … … 351 355 /** VBE Extra Data write address one byte buffer */ 352 356 uint8_t cbWriteVBEExtraAddress; 353 uint8_t Padding 6; /**< Alignment padding. */357 uint8_t Padding4; 354 358 # else 355 uint8_t Padding 6[2]; /**< Alignment padding. */359 uint8_t Padding4[2]; 356 360 # endif 357 361 #endif … … 364 368 /** The VBE BIOS current memory address. */ 365 369 uint16_t u16VBEExtraAddress; 366 uint16_t Padding 7[2]; /**< Alignment padding. */370 uint16_t Padding5[2]; 367 371 #endif 368 372 /** Current logo data offset. */ … … 394 398 /** Clear screen flag. */ 395 399 uint8_t fLogoClearScreen; 396 uint8_t Padding 8[7]; /**< Alignment padding. */400 uint8_t Padding6[7]; 397 401 /** Palette data. */ 398 402 uint32_t au32LogoPalette[256]; … … 401 405 /** Base port in the assigned PCI I/O space. */ 402 406 RTIOPORT IOPortBase; 403 uint8_t Padding 11[6]; /**< Alignment padding. */407 uint8_t Padding7[6]; 404 408 #endif /* VBOX_WITH_HGSMI */ 405 409 } VGAState;
Note:
See TracChangeset
for help on using the changeset viewer.