Searched refs:xmap (Results 1 – 3 of 3) sorted by relevance
24 if (e->type == MapNotify && e->xmap.window == (Window)arg) { in WaitForMapNotify()31 if (e->type == ConfigureNotify && e->xmap.window == (Window)arg) { in WaitForConfigureNotify()
19 return event->type == MapNotify && event->xmap.window == reinterpret_cast<Window>(window); in WaitForMapNotify()
996 XMapEvent xmap; member