summaryrefslogtreecommitdiffstats
path: root/x11vnc/userinput.h
diff options
context:
space:
mode:
authorrunge <runge>2006-12-28 05:24:25 +0000
committerrunge <runge>2006-12-28 05:24:25 +0000
commit56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18 (patch)
tree34da978baeba2c625611bcaaf8cba8571ab00f8b /x11vnc/userinput.h
parent8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f (diff)
downloadlibtdevnc-56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18.tar.gz
libtdevnc-56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18.zip
x11vnc: more work on -ncache.
Diffstat (limited to 'x11vnc/userinput.h')
-rw-r--r--x11vnc/userinput.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11vnc/userinput.h b/x11vnc/userinput.h
index ffe9551..19185f0 100644
--- a/x11vnc/userinput.h
+++ b/x11vnc/userinput.h
@@ -21,7 +21,7 @@ extern void initialize_max_keyrepeat(void);
extern int direct_fb_copy(int x1, int y1, int x2, int y2, int mark);
extern void fb_push(void);
-extern void fb_push_wait(double max_wait, int flags);
+extern int fb_push_wait(double max_wait, int flags);
extern void eat_viewonly_input(int max_eat, int keep);
extern void mark_for_xdamage(int x, int y, int w, int h);
@@ -35,6 +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);
+extern void do_copyregion(sraRegionPtr region, int dx, int dy, int mode);
#endif /* _X11VNC_USERINPUT_H */