summaryrefslogtreecommitdiffstats
path: root/x11vnc/uinput.h
diff options
context:
space:
mode:
authorrunge <runge@karlrunge.com>2010-12-21 12:04:02 -0500
committerrunge <runge@karlrunge.com>2010-12-21 12:04:02 -0500
commit365a22c63cb292ea494f39ebc48a37e322e5eb14 (patch)
treeca6e87ab396ee00a837b09b2c6cede62aec69dae /x11vnc/uinput.h
parentd4fabc217e8cd02aca4d248229bb8a030b2bbfe2 (diff)
downloadlibtdevnc-365a22c63cb292ea494f39ebc48a37e322e5eb14.tar.gz
libtdevnc-365a22c63cb292ea494f39ebc48a37e322e5eb14.zip
x11vnc: touchscreen uinput support and Java viewer mousewheel support. See x11vnc/ChangeLog for rest.
Diffstat (limited to 'x11vnc/uinput.h')
-rw-r--r--x11vnc/uinput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/uinput.h b/x11vnc/uinput.h
index 01e8708..346e97c 100644
--- a/x11vnc/uinput.h
+++ b/x11vnc/uinput.h
@@ -37,6 +37,7 @@ so, delete this exception statement from your version.
extern int check_uinput(void);
extern int initialize_uinput(void);
+extern void shutdown_uinput(void);
extern int set_uinput_accel(char *str);
extern int set_uinput_thresh(char *str);
extern void set_uinput_reset(int ms);