Changeset 39265 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Nov 10, 2011 3:40:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_context.c
r38989 r39265 117 117 if (err!=GL_NO_ERROR) 118 118 { 119 #ifdef DEBUG_misha 120 crDebug("Cleared gl error %#x on context creation", err); 121 #else 119 122 crWarning("Cleared gl error %#x on context creation", err); 123 #endif 120 124 } 121 125 }
Note:
See TracChangeset
for help on using the changeset viewer.