Changeset 38236 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Jul 29, 2011 10:18:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/context.c
r38172 r38236 1158 1158 { 1159 1159 TRACE("Restoring GL context %p on device context %p.\n", context->restore_ctx, context->restore_dc); 1160 #ifdef VBOX_WINE_WITH_SINGLE_CONTEXT1161 /* should not be here*/1162 ERR("should not be here\n");1163 #endif1164 1160 if (!pwglMakeCurrent(context->restore_dc, context->restore_ctx)) 1165 1161 { … … 1212 1208 if (current_gl && (!current_context || current_context->glCtx != current_gl)) 1213 1209 { 1214 #ifdef VBOX_WINE_WITH_SINGLE_CONTEXT1215 /* should not be here*/1216 ERR("should not be here\n");1217 #endif1218 1210 TRACE("Another GL context (%p on device context %p) is already current.\n", 1219 1211 current_gl, pwglGetCurrentDC());
Note:
See TracChangeset
for help on using the changeset viewer.