Searched refs:blockedClient (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
H A Ddri2.c76 ClientPtr blockedClient; member in struct:_DRI2Drawable
167 pPriv->blockedClient = NULL;
564 !pPriv->blockedClient) {
568 pPriv->blockedClient = client;
578 if (pPriv->blockedClient == NULL) {
580 pPriv->blockedClient = client;
682 if (pPriv->blockedClient)
683 AttendClient(pPriv->blockedClient);
685 pPriv->blockedClient = NULL;
717 AttendClient(pPriv->blockedClient);
[all...]

Completed in 3 milliseconds