diff options
| author | runge <runge> | 2006-03-28 05:43:04 +0000 |
|---|---|---|
| committer | runge <runge> | 2006-03-28 05:43:04 +0000 |
| commit | 5920dc18d75a53690ed8690867f501c51595daf1 (patch) | |
| tree | 4f2eb03ac80b27ba03dedaa1a4b32640703b3d02 /x11vnc/options.c | |
| parent | 10c61b53c275f125432fa20d8348aafcfed2bf93 (diff) | |
| download | libtdevnc-5920dc18.tar.gz libtdevnc-5920dc18.zip | |
SSL patch for Java viewer. https support for x11vnc.
Diffstat (limited to 'x11vnc/options.c')
| -rw-r--r-- | x11vnc/options.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index f87e62a..ec51880 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -23,6 +23,7 @@ int stunnel_port = 0; char *stunnel_pem = NULL; int use_openssl = 0; char *openssl_pem = NULL; +int https_port_num = -1; char *ssl_verify = NULL; int ssl_initialized = 0; int usepw = USEPW; @@ -124,7 +125,7 @@ int debug_grabs = 0; int debug_sel = 0; int xtrap_input = 0; /* -xtrap for user input insertion */ -int xinerama = 0; /* -xinerama */ +int xinerama = XINERAMA; /* -xinerama */ int xrandr = 0; /* -xrandr */ char *xrandr_mode = NULL; char *pad_geometry = NULL; |
