Lines Matching refs:ownerEvents
2059 tempGrab->ownerEvents = (deliveryMask & OwnerGrabButtonMask) ? TRUE : FALSE; in ActivateImplicitGrab()
4245 if (grab->ownerEvents) { in DeliverGrabbedEvent()
4554 if (grab->ownerEvents) in CoreEnterLeaveEvent()
4915 stuff->grabWindow, stuff->ownerEvents, stuff->time, in ProcGrabPointer()
5031 unsigned ownerEvents, Time ctime, GrabMask *mask, in GrabDevice() argument
5051 if ((ownerEvents != xFalse) && (ownerEvents != xTrue)) { in GrabDevice()
5052 client->errorValue = ownerEvents; in GrabDevice()
5113 tempGrab->ownerEvents = ownerEvents; in GrabDevice()
5157 stuff->ownerEvents, stuff->time, &mask, CORE, None, in ProcGrabKeyboard()
5520 .ownerEvents = stuff->ownerEvents, in ProcGrabKey()
5586 if ((stuff->ownerEvents != xFalse) && (stuff->ownerEvents != xTrue)) { in ProcGrabButton()
5587 client->errorValue = stuff->ownerEvents; in ProcGrabButton()
5628 .ownerEvents = stuff->ownerEvents, in ProcGrabButton()