Searched refs:currentContexts (Results 1 – 4 of 4) sorted by relevance
78 free(cl->currentContexts); in ResetClientState()128 cx = cl->currentContexts[i]; in ClientGone()
115 __GLXcontext **currentContexts; member
667 __GLXcontext **table = cl->currentContexts; in AddCurrentContext()700 cl->currentContexts = table; in AddCurrentContext()716 __GLXcontext **table = cl->currentContexts; in ChangeCurrentContext()763 return cl->currentContexts[tag - 1]; in __glXLookupContextByTag()
126746 Fixes crash when restarting compiz, due to cl->currentContexts[x] being stale.