Searched refs:DestroyNotify (Results 1 – 6 of 6) sorted by relevance
83 if(event.type == DestroyNotify) in main()
123 if(event.type == DestroyNotify) in main()
464 mac_events[i].type = DestroyNotify; in macosx_add_destroy()511 } else if (mac_events[i].type == DestroyNotify) { in macosx_checkevent()512 ev->type = DestroyNotify; in macosx_checkevent()
1837 case DestroyNotify: in monitor()
6164 if (type == DestroyNotify) return "DestroyNotify"; in Etype()8319 if (type == DestroyNotify) w = Ev[n].xcreatewindow.window; in read_events()8395 if (type == DestroyNotify) w = Ev[n].xdestroywindow.window; in read_events()8409 } else if (type == DestroyNotify) { in read_events()10159 } else if (type == DestroyNotify) { in check_ncache()
253 #define DestroyNotify 17 macro