Lines Matching refs:SameClient
1715 thisGrabbed = grabinfo->grab && SameClient(grabinfo->grab, client); in AllowSome()
1725 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) { in AllowSome()
1761 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) in AllowSome()
1764 SameClient(devgrabinfo->sync.other, client)) in AllowSome()
1774 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) in AllowSome()
1777 && SameClient(devgrabinfo->sync.other, client)) in AllowSome()
1799 if (devgrabinfo->grab && SameClient(devgrabinfo->grab, client)) in AllowSome()
1802 && SameClient(devgrabinfo->sync.other, client)) in AllowSome()
1890 SameClient(dev->deviceGrab.grab, client)) { in ReleaseActiveGrabs()
1954 if (grab && !SameClient(grab, client)) { in TryClientEvents()
2347 return (grab->window != root) ? FALSE : SameClient(grab, client); in FilterRawEvents()
2421 if (grab && !SameClient(grab, client)) in XineramaTryClientEventsResult()
2460 if (SameClient(other, dontClient)) in MaybeDeliverEventsToClient()
3746 SameClient(grab, rClient(othergrab)) && in CoreGrabInterferes()
4436 if (!SameClient(others, client) && (check & others->mask)) in EventSelectForWindow()
4446 if (SameClient(others, client)) { in EventSelectForWindow()
4968 if (!SameClient(grab, client)) in ProcChangeActivePointerGrab()
5005 (grab) && SameClient(grab, client)) in ProcUngrabPointer()
5091 else if (grab && !SameClient(grab, client)) in GrabDevice()
5101 grabInfo->sync.other && !SameClient(grabInfo->sync.other, client)) in GrabDevice()
5195 (grab) && SameClient(grab, client) && grab->grabtype == CORE) in ProcUngrabKeyboard()
5842 if (SameClient(other, client)) in EventMaskForClient()
6063 if (grab && grab->grabtype == CORE && SameClient(grab, client)) { in PickPointer()
6126 if (dev->deviceGrab.grab && SameClient(dev->deviceGrab.grab, client)) in IsInterferingGrab()
6131 if (it->deviceGrab.grab && SameClient(it->deviceGrab.grab, client) in IsInterferingGrab()