Home
last modified time | relevance | path

Searched refs:xdestroywindow (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/
Dappshare.c1839 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()
Dmacosx.c513 ev->xdestroywindow.window = mac_events[i].win; in macosx_checkevent()
Dnox11.h1757 XDestroyWindowEvent xdestroywindow; member
Duserinput.c8320 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()