diff options
| author | runge <runge> | 2008-01-15 04:27:11 +0000 | 
|---|---|---|
| committer | runge <runge> | 2008-01-15 04:27:11 +0000 | 
| commit | c07091b3900ad1d66bb9665a892bf93c685d031a (patch) | |
| tree | 13be8939702009f53bffec7d85ff61a5fe13789a /x11vnc/options.c | |
| parent | 649f5b2b4615ae67d97eff7f3fa246a1ac41edf9 (diff) | |
| download | libtdevnc-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.c | 1 | 
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 */ | 
