diff options
author | runge <runge> | 2007-01-10 19:28:46 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-10 19:28:46 +0000 |
commit | 7717d245af144d36662e6884592277570dea17b5 (patch) | |
tree | 2698748e9190b43a210946508601b9eecd71630c /x11vnc/userinput.h | |
parent | 5b3e420c1f092fc8d83ad1803621007bb942d4dd (diff) | |
download | libtdevnc-7717d245af144d36662e6884592277570dea17b5.tar.gz libtdevnc-7717d245af144d36662e6884592277570dea17b5.zip |
some -ncache performance improvements, rootpixmap watching, gnome wm heuristics
Diffstat (limited to 'x11vnc/userinput.h')
-rw-r--r-- | x11vnc/userinput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/userinput.h b/x11vnc/userinput.h index d8b3313..ee491bc 100644 --- a/x11vnc/userinput.h +++ b/x11vnc/userinput.h @@ -39,5 +39,7 @@ extern void do_copyregion(sraRegionPtr region, int dx, int dy, int mode); extern int check_ncache(int reset, int mode); extern int find_rect(int idx, int x, int y, int w, int h); +extern int lookup_win_index(Window); +extern void set_ncache_xrootpmap(void); #endif /* _X11VNC_USERINPUT_H */ |