Changeset 82093 in vbox for trunk/include
- Timestamp:
- Nov 22, 2019 12:56:48 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/VBoxVideoVBEPrivate.h
r76585 r82093 176 176 #define VBE_PRINTF_PORT 0x3b7 177 177 178 /* 178 /** 179 179 * This one is for compactly storing a list of mode info blocks 180 180 */ 181 #pragma pack(1) /* pack(1) is important! (you'll get a byte extra for each of the u8 fields elsewise...) */ 181 #pragma pack(1) /* pack(1) is important! (you'll get a byte extra for each of the u8 fields elsewise...) 182 * bird: Load of non-sense. You'll get two extra bytes before MaxPixelClock if you don't pack it. */ 182 183 typedef struct ModeInfoBlockCompact 183 184 {
Note:
See TracChangeset
for help on using the changeset viewer.