Searched refs:xdestroywindow (Results 1 – 4 of 4) sorted by relevance
1839 if(appshare_debug) fprintf(stderr, "DestroyNotify win: 0x%lx\n", ev.xdestroywindow.window); in monitor()1840 if (ours(ev.xdestroywindow.window)) { in monitor()1841 destroy_win(ev.xdestroywindow.window); in monitor()
513 ev->xdestroywindow.window = mac_events[i].win; in macosx_checkevent()
1757 XDestroyWindowEvent xdestroywindow; member
8320 if (type == CreateNotify) w = Ev[n].xdestroywindow.window; in read_events()8395 if (type == DestroyNotify) w = Ev[n].xdestroywindow.window; in read_events()10160 win2 = ev.xdestroywindow.window; in check_ncache()