diff options
author | runge <runge> | 2006-12-28 15:51:44 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-28 15:51:44 +0000 |
commit | 99a557d673ac4444532ac7025cb479a229ea7fb3 (patch) | |
tree | 3e403f6e52782a3e458cada3501ae8b1839c8364 /x11vnc/userinput.h | |
parent | 56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18 (diff) | |
download | libtdevnc-99a557d673ac4444532ac7025cb479a229ea7fb3.tar.gz libtdevnc-99a557d673ac4444532ac7025cb479a229ea7fb3.zip |
x11vnc: clean up compiler warnings.
Diffstat (limited to 'x11vnc/userinput.h')
-rw-r--r-- | x11vnc/userinput.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/userinput.h b/x11vnc/userinput.h index 19185f0..d8b3313 100644 --- a/x11vnc/userinput.h +++ b/x11vnc/userinput.h @@ -37,4 +37,7 @@ 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, int mode); +extern int check_ncache(int reset, int mode); +extern int find_rect(int idx, int x, int y, int w, int h); + #endif /* _X11VNC_USERINPUT_H */ |