summaryrefslogtreecommitdiffstats
path: root/x11vnc/allowed_input_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/allowed_input_t.h')
-rw-r--r--x11vnc/allowed_input_t.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11vnc/allowed_input_t.h b/x11vnc/allowed_input_t.h
new file mode 100644
index 0000000..f58b8cf
--- /dev/null
+++ b/x11vnc/allowed_input_t.h
@@ -0,0 +1,12 @@
+#ifndef _X11VNC_ALLOWED_INPUT_T_H
+#define _X11VNC_ALLOWED_INPUT_T_H
+
+/* -- allowed_input_t.h -- */
+
+typedef struct allowed_input {
+ int keystroke;
+ int motion;
+ int button;
+} allowed_input_t;
+
+#endif /* _X11VNC_ALLOWED_INPUT_T_H */