Home
last modified time | relevance | path

Searched refs:ReparentNotify (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-newfbsize.patch155 ReparentNotify and hopefully clean up its frame window. */
Dtight-vncviewer-full.patch7927 - ReparentNotify and hopefully clean up its frame window. */
8168 + ReparentNotify and hopefully clean up its frame window. */
/external/libvncserver/x11vnc/
Duserinput.c6168 if (type == ReparentNotify) return "ReparentNotify"; in Etype()
8321 if (type == ReparentNotify) w = Ev[n].xreparent.window; in read_events()
8373 } else if (type == ReparentNotify) { in read_events()
8405 if (type == ReparentNotify) { in read_events()
9222 } else if (ev.type == ReparentNotify) { in check_ncache()
9668 } else if (type == ReparentNotify) { in check_ncache()
9714 } else if (type == ReparentNotify) { in check_ncache()
10150 } else if (type == ReparentNotify) { in check_ncache()
Dappshare.c1869 case ReparentNotify: in monitor()
Dnox11.h257 #define ReparentNotify 21 macro