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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/allowed_input_t.h b/x11vnc/allowed_input_t.h
index bbdb841..7ef1a87 100644
--- a/x11vnc/allowed_input_t.h
+++ b/x11vnc/allowed_input_t.h
@@ -8,6 +8,7 @@ typedef struct allowed_input {
int motion;
int button;
int clipboard;
+ int files;
} allowed_input_t;
#endif /* _X11VNC_ALLOWED_INPUT_T_H */