Lines Matching refs:LeaveNotify
87 * that has not received a LeaveNotify event because of a pointer grab
163 EventHandler[LeaveNotify] = HandleLeaveNotify;
204 case LeaveNotify:
244 case LeaveNotify: return e->xcrossing.window; /* same */
1661 EventHandler[LeaveNotify] = HandleLeaveNotify;
1947 * LeaveNotify events or EnterEvents deriving from the
1954 Bool inferior; /**< Was NotifyInferior the mode for LeaveNotify */
1961 if (ev->type == LeaveNotify) {
2144 * LeaveNotify event q scanner.
2152 Window w; /**< The window getting the LeaveNotify */
2170 * LeaveNotify event handler
2237 InstallWindowColormaps(LeaveNotify, &Scr->TwmRoot);
2499 case LeaveNotify:
2620 else if (ev->type == LeaveNotify) {
2666 case LeaveNotify: name = "LeaveNotify"; break;