From 057fdbb3eb8671886f0f6777e8af3098eaed55ae Mon Sep 17 00:00:00 2001 From: runge Date: Fri, 16 Feb 2007 19:58:34 +0000 Subject: x11vnc: add Files mode to user controlled input. more ultra/tight filexfer tweaks. rfbversion remote control. noncache/nc unixpw user opt. --- x11vnc/allowed_input_t.h | 1 + 1 file changed, 1 insertion(+) (limited to 'x11vnc/allowed_input_t.h') 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 */ -- cgit v1.2.1