diff options
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 */ | 
