diff options
Diffstat (limited to 'x11vnc/options.c')
| -rw-r--r-- | x11vnc/options.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/x11vnc/options.c b/x11vnc/options.c index 17f452d..c3dc295 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -129,7 +129,7 @@ int use_modifier_tweak = 1;	/* use the shift/altgr modifier tweak */  int watch_capslock = 0;		/* -capslock */  int skip_lockkeys = 0;		/* -skip_lockkeys */  int use_iso_level3 = 0;		/* ISO_Level3_Shift instead of Mode_switch */ -int clear_mods = 0;		/* -clear_mods (1) and -clear_keys (2) */ +int clear_mods = 0;		/* -clear_mods (1) and -clear_keys (2) -clear_locks (3) */  int nofb = 0;			/* do not send any fb updates */  char *raw_fb_str = NULL;	/* used under -rawfb */  char *raw_fb_pixfmt = NULL; | 
