Lines Matching defs:passive

188  * Used to indicate a implicit passive grab created by a ButtonPress event.
237 * Virtual device used for XIAllDevices passive grabs. This device is
243 * Virtual device used for XIAllMasterDevices passive grabs. This device
1260 * the events from. If it is found, it checks for passive grabs one down from
1522 ActivateKeyboardGrab(DeviceIntPtr keybd, GrabPtr grab, TimeStamp time, Bool passive)
1529 !(passive & ImplicitGrabMask) &&
1550 grabinfo->fromPassiveGrab = passive;
1551 grabinfo->implicitGrab = passive & ImplicitGrabMask;
1772 /* XXX CloseDownClient should remove passive grabs before
3341 * passive grab set on the window to be activated.
3342 * If activate is true and a passive grab is found, it will be activated,
3345 * @param pWin The window that may be subject to a passive grab.
3442 /* In some cases a passive core grab may exist, but the client
3453 /* A passive grab may have been created for a different device
3554 * a passive grab to be activated.
3557 * traced down and tried to see if they have any passive grabs to be
3564 * causes a passive grab to activate or all the windows are
5103 * Deletes a passive grab for the given key. Works on the
5153 * Creates a grab for the client's keyboard and adds it to the list of passive
5205 * Creates a grab for the client's ClientPointer and adds it as a passive grab
5304 * Deletes a passive grab on the client's ClientPointer from the list.
5350 * If freeResources is set, passive grabs on the window are deleted.
5364 GrabPtr passive;
5460 while ( (passive = wPassiveGrabs(pWin)) )
5461 FreeResource(passive->resource, RT_NONE);