Home
last modified time | relevance | path

Searched refs:otherClients (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h86 struct _OtherClients *otherClients; /* default: NULL */ member
191 #define wOtherClients(w) wUseDefault(w, otherClients, NULL)
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c601 pWin->optional->otherClients = NULL; in CreateRootWindow()
3362 if (optional->otherClients != NULL) in CheckWindowOptionalNeed()
3421 optional->otherClients = NULL; in MakeWindowOptional()
H A Devents.c4397 if (!(pWin->optional->otherClients = other->next)) in OtherClientGone()
4465 others->next = pWin->optional->otherClients; in EventSelectForWindow()
4466 pWin->optional->otherClients = others; in EventSelectForWindow()