diff options
author | runge <runge> | 2006-12-17 23:34:25 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-17 23:34:25 +0000 |
commit | 8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f (patch) | |
tree | 82a97c679b609325b8df6c2c9a00a85525fde0a1 /x11vnc/userinput.h | |
parent | 399a175f0bb44865cbf3d6762ad081e2a49cd4c4 (diff) | |
download | libtdevnc-8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f.tar.gz libtdevnc-8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f.zip |
x11vnc: first pass at client-side caching, -ncache option.
Diffstat (limited to 'x11vnc/userinput.h')
-rw-r--r-- | x11vnc/userinput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/userinput.h b/x11vnc/userinput.h index fa8a3c4..ffe9551 100644 --- a/x11vnc/userinput.h +++ b/x11vnc/userinput.h @@ -35,5 +35,6 @@ extern int check_xrecord(void); extern int check_wireframe(void); extern int fb_update_sent(int *count); extern int check_user_input(double dt, double dtr, int tile_diffs, int *cnt); +extern void do_copyregion(sraRegionPtr region, int dx, int dy); #endif /* _X11VNC_USERINPUT_H */ |