Changeset 43744 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c
- Timestamp:
- Oct 25, 2012 3:59:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c
r43182 r43744 278 278 CRContextInfo * ctxInfo = cr_server.currentCtxInfo; 279 279 CRASSERT(ctxInfo); 280 crServerDispatchMakeCurrent( mural->spuWindow, 0, ctxInfo->CreateInfo.externalID);280 crServerDispatchMakeCurrent(window, 0, ctxInfo->CreateInfo.externalID); 281 281 } 282 282 }
Note:
See TracChangeset
for help on using the changeset viewer.