Changeset 53205 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Nov 4, 2014 3:57:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r53203 r53205 309 309 /** External command to be executed in the FIFO thread. */ 310 310 uint8_t u8FIFOExtCommand; 311 bool Padding6[ 5];311 bool Padding6[HC_ARCH_BITS == 64 ? 1 : 5]; 312 312 } VMSVGAState; 313 313 #endif /* VBOX_WITH_VMSVGA */
Note:
See TracChangeset
for help on using the changeset viewer.