diff options
author | runge <runge> | 2007-04-28 23:27:00 +0000 |
---|---|---|
committer | runge <runge> | 2007-04-28 23:27:00 +0000 |
commit | 3fcab6f1ec5238977b28d5d6f5fbae365b1254fa (patch) | |
tree | 1b8b1e6e6c5663baa3f548ca6d0cd431c8e27f4c /x11vnc/options.c | |
parent | 2d0b184f8b99b5f60a8c4f94bfc42ebf96dbc9b3 (diff) | |
download | libtdevnc-3fcab6f1ec5238977b28d5d6f5fbae365b1254fa.tar.gz libtdevnc-3fcab6f1ec5238977b28d5d6f5fbae365b1254fa.zip |
x11vnc: -users sslpeer= option. RFB_SSL_CLIENT_CERT, -ncache 10 default
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index 0d63bff..a03e069 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -220,6 +220,7 @@ int ncache_pad = 0; #endif int ncache_xrootpmap = NCACHE_XROOTPMAP; int ncache0 = 0; +int ncache_default = 10; int ncache_copyrect = 0; int ncache_wf_raises = 1; int ncache_dt_change = 1; |