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

/xsrc/external/mit/xorg-server/dist/include/
H A Dwindowstr.h86 struct _OtherClients *otherClients; /* default: NULL */ member in struct:_WindowOpt
189 #define wOtherClients(w) wUseDefault(w, otherClients, NULL)
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dwindowstr.h87 struct _OtherClients *otherClients; /* default: NULL */ member in struct:_WindowOpt
194 #define wOtherClients(w) wUseDefault(w, otherClients, NULL)
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c394 pWin->optional->otherClients = NULL;
3385 if (optional->otherClients != NULL)
3446 optional->otherClients = NULL;
H A Devents.c3995 if (!(pWin->optional->otherClients = other->next))
4075 others->next = pWin->optional->otherClients;
4076 pWin->optional->otherClients = others;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c596 pWin->optional->otherClients = NULL;
3344 if (optional->otherClients != NULL)
3403 optional->otherClients = NULL;
H A Devents.c4593 if (!(pWin->optional->otherClients = other->next))
4661 others->next = pWin->optional->otherClients;
4662 pWin->optional->otherClients = others;

Completed in 23 milliseconds