Home
last modified time | relevance | path

Searched refs:wOtherClients (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h191 #define wOtherClients(w) wUseDefault(w, otherClients, NULL) macro
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c2124 *iclients = (InputClients *) wOtherClients(win); in GetClientsForDelivery()
2458 for (other = wOtherClients(pWin); other; other = other->next) { in MaybeDeliverEventsToClient()
4359 for (others = wOtherClients(pChild); others; others = others->next) { in RecalculateDeliverableEvents()
4392 for (other = wOtherClients(pWin); other; other = other->next) { in OtherClientGone()
4435 for (others = wOtherClients(pWin); others; others = others->next) { in EventSelectForWindow()
4445 for (others = wOtherClients(pWin); others; others = others->next) { in EventSelectForWindow()
5795 while ((oc = wOtherClients(pWin))) in DeleteWindowFromAnyEvents()
5841 for (other = wOtherClients(pWin); other; other = other->next) { in EventMaskForClient()
H A Dtouch.c844 nt_list_for_each_entry(oclients, wOtherClients(win), next) { in TouchAddRegularListener()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c1357 (OtherClients *) wOtherClients(*win), next) in RetrieveTouchDeliveryData()