From 079528470d8a1dfeab321ebdc2ab6c42943ed296 Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 9 Jul 2006 01:48:31 +0000 Subject: x11vnc: add uinput support for full input into linux fb device (e.g. qt-embed). --- x11vnc/params.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'x11vnc/params.h') diff --git a/x11vnc/params.h b/x11vnc/params.h index 2a9ea0b..504304a 100644 --- a/x11vnc/params.h +++ b/x11vnc/params.h @@ -35,8 +35,11 @@ #define MAXN 256 -#define PIPEINPUT_NONE 0x0 -#define PIPEINPUT_VID 0x1 -#define PIPEINPUT_CONS 0x2 +#define PIPEINPUT_NONE 0x0 +#define PIPEINPUT_VID 0x1 +#define PIPEINPUT_CONS 0x2 +#define PIPEINPUT_UINPUT 0x3 + +#define MAX_BUTTONS 5 #endif /* _X11VNC_PARAMS_H */ -- cgit v1.2.1