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

/external/libvncserver/x11vnc/
H A Dappshare.c1839 if(appshare_debug) fprintf(stderr, "DestroyNotify win: 0x%lx\n", ev.xdestroywindow.window);
1840 if (ours(ev.xdestroywindow.window)) {
1841 destroy_win(ev.xdestroywindow.window);
H A Dmacosx.c513 ev->xdestroywindow.window = mac_events[i].win;
H A Dnox11.h1757 XDestroyWindowEvent xdestroywindow; member in union:_XEvent
H A Duserinput.c8320 if (type == CreateNotify) w = Ev[n].xdestroywindow.window;
8395 if (type == DestroyNotify) w = Ev[n].xdestroywindow.window;
10160 win2 = ev.xdestroywindow.window;

Completed in 1133 milliseconds