diff options
author | runge <runge> | 2006-07-09 01:48:31 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-09 01:48:31 +0000 |
commit | 079528470d8a1dfeab321ebdc2ab6c42943ed296 (patch) | |
tree | aaa83a4d318c1c72a7698c3b8a6b5318397688d3 /x11vnc/params.h | |
parent | 8cda60969b6d2df88e0f4fc0fd267dc26adb3872 (diff) | |
download | libtdevnc-079528470d8a1dfeab321ebdc2ab6c42943ed296.tar.gz libtdevnc-079528470d8a1dfeab321ebdc2ab6c42943ed296.zip |
x11vnc: add uinput support for full input into linux fb device (e.g. qt-embed).
Diffstat (limited to 'x11vnc/params.h')
-rw-r--r-- | x11vnc/params.h | 9 |
1 files changed, 6 insertions, 3 deletions
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 */ |