Changeset 37946 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_context.c
- Timestamp:
- Jul 14, 2011 9:43:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_context.c
r37613 r37946 218 218 if (!mural) 219 219 { 220 crWarning("CRServer: invalid window %d passed to crServerDispatchMakeCurrent()" );220 crWarning("CRServer: invalid window %d passed to crServerDispatchMakeCurrent()", window); 221 221 return; 222 222 }
Note:
See TracChangeset
for help on using the changeset viewer.