Searched refs:implicitGrab (Results 1 – 5 of 5) sorted by relevance
121 devGrab->implicitGrab ? " (implicit)" : "", in PrintDeviceGrabInfo()130 devGrab->implicitGrab ? (unsigned long) grab->deviceMask : in PrintDeviceGrabInfo()
1545 grabinfo->implicitGrab = autoGrab & ImplicitGrabMask; in ActivatePointerGrab()1566 mouse->deviceGrab.implicitGrab); in DeactivatePointerGrab()1657 grabinfo->implicitGrab = passive & ImplicitGrabMask; in ActivateKeyboardGrab()1674 keybd->deviceGrab.implicitGrab); in DeactivateKeyboardGrab()4182 if (grabinfo->fromPassiveGrab && grabinfo->implicitGrab) in DeliverOneGrabbedEvent()
491 Bool implicitGrab; /* implicit from ButtonPress */ member
1456 if (!devgrab && dev->deviceGrab.grab && dev->deviceGrab.implicitGrab) { in DeliverTouchEmulatedEvent()
163743 Add implicitGrab field to GrabInfoRec.