Changeset 34345 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoIf.h
- Timestamp:
- Nov 24, 2010 10:06:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoIf.h
r33530 r34345 30 30 31 31 /* One would increase this whenever definitions in this file are changed */ 32 #define VBOXVIDEOIF_VERSION 732 #define VBOXVIDEOIF_VERSION 8 33 33 34 34 /* create allocation func */ … … 214 214 VBOXWDDM_CONTEXT_TYPE_CUSTOM_2D, 215 215 VBOXWDDM_CONTEXT_TYPE_CUSTOM_UHGSMI_3D, 216 VBOXWDDM_CONTEXT_TYPE_CUSTOM_UHGSMI_GL 216 VBOXWDDM_CONTEXT_TYPE_CUSTOM_UHGSMI_GL, 217 VBOXWDDM_CONTEXT_TYPE_CUSTOM_SESSION 217 218 } VBOXWDDM_CONTEXT_TYPE; 218 219 … … 246 247 /* adds hidden regions */ 247 248 UINT bAddHiddenRects : 1; 248 UINT Reserved : 29; 249 /* hide entire window */ 250 UINT bHide : 1; 251 /* reserved */ 252 UINT Reserved : 28; 249 253 }; 250 254 uint32_t Value;
Note:
See TracChangeset
for help on using the changeset viewer.