Lines Matching refs:passive
194 * Used to indicate a implicit passive grab created by a ButtonPress event.
244 * Virtual device used for XIAllDevices passive grabs. This device is
250 * Virtual device used for XIAllMasterDevices passive grabs. This device
1314 * the events from. If it is found, it checks for passive grabs one down from
1733 Bool passive)
1745 !(passive & ImplicitGrabMask) && !IsMaster(keybd))
1769 grabinfo->fromPassiveGrab = passive;
1770 grabinfo->implicitGrab = passive & ImplicitGrabMask;
2000 /* XXX CloseDownClient should remove passive grabs before
3821 * Activate the given passive grab. If the grab is activated successfully, the
4004 * Check an individual grab against an event to determine if a passive grab
4069 /* In some cases a passive core grab may exist, but the client
4076 /* A passive grab may have been created for a different device
4097 * passive grab set on the window to be activated.
4098 * If activate is true and a passive grab is found, it will be activated,
4101 * @param pWin The window that may be subject to a passive grab.
4162 * a passive grab to be activated.
4165 * traced down and tried to see if they have any passive grabs to be
4172 * causes a passive grab to activate or all the windows are
5643 * Deletes a passive grab for the given key. Works on the
5697 * Creates a grab for the client's keyboard and adds it to the list of passive
5748 * Creates a grab for the client's ClientPointer and adds it as a passive grab
5843 * Deletes a passive grab on the client's ClientPointer from the list.
5894 * If freeResources is set, passive grabs on the window are deleted.
5908 GrabPtr passive;
5993 while ((passive = wPassiveGrabs(pWin)))
5994 FreeResource(passive->resource, RT_NONE);