diff options
author | runge <runge@karlrunge.com> | 2009-12-15 09:17:37 -0500 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-12-15 09:17:37 -0500 |
commit | d6c012e9688d32d80c288541615c01cd082ecf0a (patch) | |
tree | 83ab0988d56d3a4f29cd419a8d20381fb35ed128 /x11vnc/options.h | |
parent | 8f5c9ef01ef9101cf8f8d8f1eacdaab27ac7c2c8 (diff) | |
download | libtdevnc-d6c012e9.tar.gz libtdevnc-d6c012e9.zip |
X props names via env var. fakebuttonevent action, connect_switch and
ultravnc_repeater.pl scripts, find_display try FD_XDM on failure,
-quiet and -storepasswd changes, better port 113 testing.
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 5866e87..3a72dd5 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -102,6 +102,7 @@ extern int opts_bg; extern int shared; extern int connect_once; extern int got_connect_once; +extern int got_findauth; extern int deny_all; extern int accept_remote_cmds; extern char *remote_prefix; |