- Timestamp:
- Apr 4, 2019 1:23:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r77965 r78015 5966 5966 PDMCritSectLeave(&pThis->CritSect); /* hack around lock order issue. */ 5967 5967 pThis->pDrv->pfnReset(pThis->pDrv); 5968 pThis->pDrv->pfnVBVAMousePointerShape(pThis->pDrv, false, false, 0, 0, 0, 0, NULL); 5968 5969 PDMCritSectEnter(&pThis->CritSect, VERR_IGNORED); 5969 5970 }
Note:
See TracChangeset
for help on using the changeset viewer.