summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.c
diff options
context:
space:
mode:
authorrunge <runge>2007-11-13 03:10:34 +0000
committerrunge <runge>2007-11-13 03:10:34 +0000
commit2689647d6c7a9ab9c88faacf5dbc0200e9bc4a24 (patch)
treebacf8e52c94d8f9eb9dc123208c0921a33a88f56 /x11vnc/options.c
parente24cf9491ccf696bc6b1ac36574861a343408cd0 (diff)
downloadlibtdevnc-2689647d6c7a9ab9c88faacf5dbc0200e9bc4a24.tar.gz
libtdevnc-2689647d6c7a9ab9c88faacf5dbc0200e9bc4a24.zip
x11vnc: add clear_locks (Caps_Lock, etc) action.
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r--x11vnc/options.c2
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;