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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c2554 int *sIndex = (int*) data2; local
2556 if (pMI->screenId == *sIndex)
2587 DECLEXPORT(int32_t) crVBoxServerUnmapScreen(int sIndex)
2589 crDebug("crVBoxServerUnmapScreen(%i)", sIndex);
2591 if (sIndex<0 || sIndex>=cr_server.screenCount)
2594 if (MAPPED(SCREEN(sIndex)))
2596 SCREEN(sIndex).winID = 0;
2599 crHashtableWalk(cr_server.muralTable, crVBoxServerReparentMuralCB, &sIndex);
2601 crHashtableWalk(cr_server.dummyMuralTable, crVBoxServerReparentMuralCB, &sIndex);
[all...]

Completed in 75 milliseconds