diff options
author | runge <runge> | 2007-10-27 22:45:30 +0000 |
---|---|---|
committer | runge <runge> | 2007-10-27 22:45:30 +0000 |
commit | 81ef0b9345dd393fea8edab879ee1fd8f0bf9e81 (patch) | |
tree | 6866c2f68f25a00cbfb4f636282fd9cf52bf4a37 /x11vnc/options.c | |
parent | be9dc49025c3588e6b01051263ca410769174ea4 (diff) | |
download | libtdevnc-81ef0b9345dd393fea8edab879ee1fd8f0bf9e81.tar.gz libtdevnc-81ef0b9345dd393fea8edab879ee1fd8f0bf9e81.zip |
x11vnc: -proxy, -ssh options. ncache bug in -8to24, Selection "targets" bugfix.
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index a0a9ae5..17f452d 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -35,6 +35,8 @@ int https_port_redir = 0; char *ssl_verify = NULL; int ssl_initialized = 0; int ssl_timeout_secs = -1; +char *ssh_str = NULL; +pid_t ssh_pid = 0; int usepw = USEPW; char *blackout_str = NULL; /* -blackout */ int blackout_ptr = 0; @@ -176,6 +178,7 @@ char *client_connect = NULL; /* strings for -connect option */ char *client_connect_file = NULL; int connect_or_exit = 0; int vnc_connect = 1; /* -vncconnect option */ +char *connect_proxy = NULL; int show_cursor = 1; /* show cursor shapes */ int show_multiple_cursors = 0; /* show X when on root background, etc */ |