Changeset 25155 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Dec 3, 2009 12:23:36 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55577
- Location:
- trunk/src/VBox/HostServices/SharedOpenGL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp
r24891 r25155 71 71 72 72 static const char* gszVBoxOGLSSMMagic = "***OpenGL state data***"; 73 #define SHCROGL_SSM_VERSION 1 173 #define SHCROGL_SSM_VERSION 12 74 74 75 75 typedef struct -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_stream.c
r21127 r25155 425 425 crStateMakeCurrent( cr_server.curClient->currentCtx ); 426 426 #else 427 crStateMakeCurrent( cr_server.curClient->currentCtx );428 429 427 /* Check if the current window is the one that the client wants to 430 428 * draw into. If not, dispatch a MakeCurrent to activate the proper … … 441 439 } 442 440 } 441 442 crStateMakeCurrent( cr_server.curClient->currentCtx ); 443 443 #endif 444 444
Note:
See TracChangeset
for help on using the changeset viewer.