summaryrefslogtreecommitdiffstats
path: root/x11vnc/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/params.h')
-rw-r--r--x11vnc/params.h9
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 */