Lines Matching refs:inputClients
978 nt_list_for_each_entry(iclient, wOtherInputMasks(win)->inputClients, next) { in TouchClientWantsOwnershipEvents()
1329 wOtherInputMasks(*win)->inputClients, next) in RetrieveTouchDeliveryData()
1343 wOtherInputMasks(*win)->inputClients, next) in RetrieveTouchDeliveryData()
2430 for (others = wOtherInputMasks(pWin)->inputClients; others; in SelectForWindow()
2437 for (others = wOtherInputMasks(pWin)->inputClients; others; in SelectForWindow()
2501 others->next = pWin->optional->inputMasks->inputClients; in AddExtensionClient()
2502 pWin->optional->inputMasks->inputClients = others; in AddExtensionClient()
2549 for (others = inputMasks->inputClients; others; in RecalculateDeviceDeliverableEvents()
2585 for (other = wOtherInputMasks(pWin)->inputClients; other; in InputClientGone()
2596 mask->inputClients = other->next; in InputClientGone()
2610 wOtherInputMasks(pWin)->inputClients = other->next; in InputClientGone()
2867 ic = inputMasks->inputClients; in DeleteWindowFromAnyExtEvents()
2943 for (other = wOtherInputMasks(pWin)->inputClients; other; in DeviceEventMaskForClient()
2993 FreeResource(inputMasks->inputClients->resource, RT_NONE); in DeviceEventSuppressForWindow()
3075 for (others = wOtherInputMasks(win)->inputClients; others; in XISetEventMask()
3087 others = wOtherInputMasks(win)->inputClients; in XISetEventMask()