Changeset 72621 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispCm.cpp
- Timestamp:
- Jun 20, 2018 11:27:14 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispCm.cpp
r69500 r72621 209 209 HRESULT vboxDispCmCtxDestroy(PVBOXWDDMDISP_DEVICE pDevice, PVBOXWDDMDISP_CONTEXT pContext) 210 210 { 211 if (!pContext->ContextInfo.hContext) 212 return S_OK; 213 211 214 return vboxDispCmSessionCtxDestroy(&g_pVBoxCmMgr.Session, pDevice, pContext); 212 215 }
Note:
See TracChangeset
for help on using the changeset viewer.