Changeset 69686 in vbox for trunk/include/VBox/Graphics
- Timestamp:
- Nov 14, 2017 1:29:33 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119058
- Location:
- trunk/include/VBox/Graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/VBoxUhgsmi.h
r69107 r69686 43 43 uint32_t fCommand : 1; 44 44 uint32_t Reserved : 31; 45 } ;45 } RT_STRUCT_NM(s); 46 46 uint32_t Value; 47 } ;47 } RT_UNION_NM(u); 48 48 } VBOXUHGSMI_BUFFER_TYPE_FLAGS; 49 49 … … 60 60 uint32_t bLockEntire : 1; 61 61 uint32_t Reserved : 27; 62 } ;62 } RT_STRUCT_NM(s); 63 63 uint32_t Value; 64 } ;64 } RT_UNION_NM(u); 65 65 } VBOXUHGSMI_BUFFER_LOCK_FLAGS; 66 66 … … 76 76 uint32_t bEntireBuffer : 1; 77 77 uint32_t Reserved : 28; 78 } ;78 } RT_STRUCT_NM(s); 79 79 uint32_t Value; 80 } ;80 } RT_UNION_NM(u); 81 81 } VBOXUHGSMI_BUFFER_SUBMIT_FLAGS, *PVBOXUHGSMI_BUFFER_SUBMIT_FLAGS; 82 82 -
trunk/include/VBox/Graphics/VBoxVideoHost3D.h
r69107 r69686 124 124 void *pvVRamBase; 125 125 uint64_t uAlignment; 126 } ;126 } RT_UNION_NM(u); 127 127 uint64_t cbVRam; 128 128 PPDMLED pLed;
Note:
See TracChangeset
for help on using the changeset viewer.