summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.c
diff options
context:
space:
mode:
authorrunge <runge>2007-08-04 00:53:38 +0000
committerrunge <runge>2007-08-04 00:53:38 +0000
commit338301c1883da09e99647826c73db817bc984366 (patch)
tree46c8b0f53fe4b5d75220fef639193f62232832d9 /x11vnc/options.c
parent0f162f1f0b462a5b088c57ef3461dd7ecbf24d13 (diff)
downloadlibtdevnc-338301c1883da09e99647826c73db817bc984366.tar.gz
libtdevnc-338301c1883da09e99647826c73db817bc984366.zip
x11vnc: -xrefresh, .DCOPserver bug, -unixpw_unsafe ignores SSH tunnel.
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r--x11vnc/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c
index e014ec9..a9192a0 100644
--- a/x11vnc/options.c
+++ b/x11vnc/options.c
@@ -345,6 +345,7 @@ int flip_byte_order = 0; /* sometimes needed when using_shm = 0 */
int waitms = 20;
double wait_ui = 2.0;
double slow_fb = 0.0;
+double xrefresh = 0.0;
int wait_bog = 1;
int defer_update = 20; /* deferUpdateTime ms to wait before sends. */
int got_defer = 0;