From 365a22c63cb292ea494f39ebc48a37e322e5eb14 Mon Sep 17 00:00:00 2001 From: runge Date: Tue, 21 Dec 2010 12:04:02 -0500 Subject: x11vnc: touchscreen uinput support and Java viewer mousewheel support. See x11vnc/ChangeLog for rest. --- x11vnc/cleanup.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'x11vnc/cleanup.c') diff --git a/x11vnc/cleanup.c b/x11vnc/cleanup.c index 4ecef42..232311c 100644 --- a/x11vnc/cleanup.c +++ b/x11vnc/cleanup.c @@ -50,6 +50,7 @@ so, delete this exception statement from your version. #include "screen.h" #include "xrecord.h" #include "xevents.h" +#include "uinput.h" /* * Exiting and error handling routines @@ -187,6 +188,8 @@ void clean_up_exit(int ret) { pipeinput_fh = NULL; } + shutdown_uinput(); + if (! dpy) { /* raw_rb hack */ if (rm_flagfile) { unlink(rm_flagfile); -- cgit v1.2.3