Searched defs:clientWindow (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_stream.c793 int clientWindow = cr_server.curClient->currentWindow; local
797 || clientWindow != cr_server.currentWindow
799 crServerDispatchMakeCurrent(clientWindow, 0, clientContext);
801 CRASSERT(cr_server.currentWindow == clientWindow);
H A Dserver_main.c2652 int clientWindow = cr_server.curClient->currentWindow; local
2656 if (clientWindow && clientWindow != cr_server.currentWindow)
2658 crServerDispatchMakeCurrent(clientWindow, 0, clientContext);

Completed in 70 milliseconds