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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_window.c175 static int crServerRemoveClientWindow(CRClient *pClient, GLint window) function
286 found = crServerRemoveClientWindow(cr_server.curClient, window);
296 found = crServerRemoveClientWindow(cr_server.clients[client], window);
308 found = crServerRemoveClientWindow(pNode->pClient, window);

Completed in 43 milliseconds