From 81ef0b9345dd393fea8edab879ee1fd8f0bf9e81 Mon Sep 17 00:00:00 2001 From: runge Date: Sat, 27 Oct 2007 22:45:30 +0000 Subject: x11vnc: -proxy, -ssh options. ncache bug in -8to24, Selection "targets" bugfix. --- x11vnc/options.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'x11vnc/options.c') 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 */ -- cgit v1.2.1