Searched refs:MapNotify (Results 1 – 3 of 3) sorted by relevance
24 if (e->type == MapNotify && e->xmap.window == (Window)arg) { in WaitForMapNotify()
198 #define MapNotify 19 macro
19 return event->type == MapNotify && event->xmap.window == reinterpret_cast<Window>(window); in WaitForMapNotify()