Changeset 78375 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h
- Timestamp:
- May 3, 2019 9:51:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h
r78263 r78375 341 341 CRContext *pCurCtx = pCurCtxInfo ? pCurCtxInfo->pContext : NULL; 342 342 343 CRASSERT(pCurCtx == crStateGetCurrent( ));343 CRASSERT(pCurCtx == crStateGetCurrent(&cr_server.StateTracker)); 344 344 345 345 if (pCurrentMural)
Note:
See TracChangeset
for help on using the changeset viewer.