summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.c
diff options
context:
space:
mode:
authorrunge <runge>2008-01-15 04:27:11 +0000
committerrunge <runge>2008-01-15 04:27:11 +0000
commitc07091b3900ad1d66bb9665a892bf93c685d031a (patch)
tree13be8939702009f53bffec7d85ff61a5fe13789a /x11vnc/options.c
parent649f5b2b4615ae67d97eff7f3fa246a1ac41edf9 (diff)
downloadlibtdevnc-c07091b3900ad1d66bb9665a892bf93c685d031a.tar.gz
libtdevnc-c07091b3900ad1d66bb9665a892bf93c685d031a.zip
x11vnc: -ping option, fix memory corruption in copy_tiles after xrandr resize.
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 c3dc295..d1a285d 100644
--- a/x11vnc/options.c
+++ b/x11vnc/options.c
@@ -110,6 +110,7 @@ int inetd = 0; /* spawned from inetd(8) */
#endif
int tightfilexfer = TIGHTFILEXFER;
int first_conn_timeout = 0; /* -timeout */
+int ping_interval = 0; /* -ping */
int flash_cmap = 0; /* follow installed colormaps */
int shift_cmap = 0; /* ncells < 256 and needs shift of pixel values */
int force_indexed_color = 0; /* whether to force indexed color for 8bpp */