diff options
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 */ |