Changeset 47972 in vbox
- Timestamp:
- Aug 21, 2013 2:15:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_init.c
r46966 r47972 376 376 { 377 377 #ifndef DEBUG_misha 378 crWarning("freeing context 0x%x, id(%d) not being in the context list", ctx, ctx->id);378 crWarning("freeing context %p, id(%d) not being in the context list", ctx, ctx->id); 379 379 #endif 380 380 } … … 527 527 * is accomplished by calling GL functions through the 'diff_api' 528 528 * so that the downstream GL machine (represented by the __currentContext 529 * structure) is updated to reflect the new context state. Finally, 529 * structure) is updated to reflect the new context state. Finally, 530 530 * we point __currentContext to the new context. 531 531 *
Note:
See TracChangeset
for help on using the changeset viewer.