summaryrefslogtreecommitdiffstats
path: root/x11vnc/allowed_input_t.h
diff options
context:
space:
mode:
authorrunge <runge>2007-02-16 19:58:34 +0000
committerrunge <runge>2007-02-16 19:58:34 +0000
commit057fdbb3eb8671886f0f6777e8af3098eaed55ae (patch)
treefacff48daf5e60e3856c69e5020164ed0b8ff82e /x11vnc/allowed_input_t.h
parentf1e8149ae75eb7c0b08d4fde27bd164728cfdf68 (diff)
downloadlibtdevnc-057fdbb3eb8671886f0f6777e8af3098eaed55ae.tar.gz
libtdevnc-057fdbb3eb8671886f0f6777e8af3098eaed55ae.zip
x11vnc: add Files mode to user controlled input. more ultra/tight filexfer tweaks. rfbversion remote control. noncache/nc unixpw user opt.
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 */