From e4c85d48e68d5f135dd3a478aff8adb7697a1349 Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 10 Sep 2006 21:06:44 +0000 Subject: x11vnc: REQ_ARGS, EV_SYN/SYN_REPORT check. restore -cursor most under -display WAIT --- x11vnc/uinput.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'x11vnc/uinput.c') diff --git a/x11vnc/uinput.c b/x11vnc/uinput.c index 758419a..c25f212 100644 --- a/x11vnc/uinput.c +++ b/x11vnc/uinput.c @@ -21,8 +21,14 @@ #include #include #include + +#if !defined(EV_SYN) || !defined(SYN_REPORT) +#undef UINPUT_OK +#endif + #endif + int check_uinput(void); int initialize_uinput(void); int set_uinput_accel(char *str); -- cgit v1.2.1