Changeset 80872 in vbox for trunk/src/VBox/Main/include/DisplayImpl.h
- Timestamp:
- Sep 17, 2019 8:54:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r80360 r80872 81 81 bool fVBVAEnabled; 82 82 bool fVBVAForceResize; 83 bool fRenderThreadMode;84 83 VBVAHOSTFLAGS RT_UNTRUSTED_VOLATILE_GUEST *pVBVAHostFlags; 85 84 #endif /* VBOX_WITH_HGSMI */ … … 318 317 #ifdef VBOX_WITH_HGSMI 319 318 static DECLCALLBACK(int) i_displayVBVAEnable(PPDMIDISPLAYCONNECTOR pInterface, unsigned uScreenId, 320 VBVAHOSTFLAGS RT_UNTRUSTED_VOLATILE_GUEST *pHostFlags , bool fRenderThreadMode);319 VBVAHOSTFLAGS RT_UNTRUSTED_VOLATILE_GUEST *pHostFlags); 321 320 static DECLCALLBACK(void) i_displayVBVADisable(PPDMIDISPLAYCONNECTOR pInterface, unsigned uScreenId); 322 321 static DECLCALLBACK(void) i_displayVBVAUpdateBegin(PPDMIDISPLAYCONNECTOR pInterface, unsigned uScreenId);
Note:
See TracChangeset
for help on using the changeset viewer.