Changeset 39529 in vbox for trunk/src/VBox/GuestHost/OpenGL
- Timestamp:
- Dec 5, 2011 1:22:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c
r39507 r39529 174 174 as the current context isn't the one being destroyed*/ 175 175 #ifdef CHROMIUM_THREADSAFE 176 CRASSERT(g != ctx);177 176 CRASSERT(!ctx->cRefs); 178 177 ++ctx->cRefs; /* <- this is a hack to avoid subsequent SetCurrentContext(g) do recursive Destroy for ctx */
Note:
See TracChangeset
for help on using the changeset viewer.