Lines Matching refs:wOtherInputMasks
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()
2424 if (wOtherInputMasks(pWin)) { in SelectForWindow()
2425 if (check & wOtherInputMasks(pWin)->inputEvents[mskidx]) { in SelectForWindow()
2430 for (others = wOtherInputMasks(pWin)->inputClients; others; in SelectForWindow()
2437 for (others = wOtherInputMasks(pWin)->inputClients; others; in SelectForWindow()
2547 if ((inputMasks = wOtherInputMasks(pChild)) != 0) { in RecalculateDeviceDeliverableEvents()
2558 if (wOtherInputMasks(tmp)) in RecalculateDeviceDeliverableEvents()
2561 (wOtherInputMasks(tmp)->deliverableEvents[i] in RecalculateDeviceDeliverableEvents()
2582 if (!wOtherInputMasks(pWin)) in InputClientGone()
2585 for (other = wOtherInputMasks(pWin)->inputClients; other; in InputClientGone()
2594 OtherInputMasks *mask = wOtherInputMasks(pWin); in InputClientGone()
2610 wOtherInputMasks(pWin)->inputClients = other->next; in InputClientGone()
2703 if (wOtherInputMasks(pWin)) in SendEvent()
2704 mask &= ~wOtherInputMasks(pWin)->dontPropagateMask[d->id]; in SendEvent()
2866 while ((inputMasks = wOtherInputMasks(pWin)) != 0) { in DeleteWindowFromAnyExtEvents()
2941 if (!wOtherInputMasks(pWin)) in DeviceEventMaskForClient()
2943 for (other = wOtherInputMasks(pWin)->inputClients; other; in DeviceEventMaskForClient()
2974 struct _OtherInputMasks *inputMasks = wOtherInputMasks(pWin); in DeviceEventSuppressForWindow()
2988 inputMasks = wOtherInputMasks(pWin); in DeviceEventSuppressForWindow()
3002 struct _OtherInputMasks *inputMasks = wOtherInputMasks(pWin); in ShouldFreeInputMasks()
3073 masks = wOtherInputMasks(win); in XISetEventMask()
3075 for (others = wOtherInputMasks(win)->inputClients; others; in XISetEventMask()
3087 others = wOtherInputMasks(win)->inputClients; in XISetEventMask()