Searched refs:ConfigureNotify (Results 1 – 7 of 7) sorted by relevance
87 case ConfigureNotify: in main()
127 case ConfigureNotify: in main()
219 case ConfigureNotify: in nextXEvent()
3663 while (XCheckTypedWindowEvent(dpy, win, ConfigureNotify, &ev)) { in clear_win_events()6169 if (type == ConfigureNotify) return "ConfigureNotify"; in Etype()8325 if (type == ConfigureNotify) w = Ev[n].xconfigure.window; in read_events()8342 } else if (type == ConfigureNotify) { in read_events()8399 if (type == ConfigureNotify) w = Ev[n].xconfigure.window; in read_events()8400 if (type != ConfigureNotify) fprintf(stderr, "root: skip %s for 0x%lx\n", Etype(type), w); in read_events()8413 } else if (type == ConfigureNotify) { in read_events()9326 if (type != ConfigureNotify) { in check_ncache()9724 if (type == ConfigureNotify) { in check_ncache()
1793 case ConfigureNotify: in monitor()
3235 } else if (XCheckTypedEvent(dpy, ConfigureNotify, &ev)) { in scan_display()
258 #define ConfigureNotify 22 macro