summaryrefslogtreecommitdiffstats
path: root/x11vnc/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/keyboard.h')
-rw-r--r--x11vnc/keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/keyboard.h b/x11vnc/keyboard.h
index 0f31c82..367613c 100644
--- a/x11vnc/keyboard.h
+++ b/x11vnc/keyboard.h
@@ -8,6 +8,7 @@ extern void get_keystate(int *keystate);
extern void clear_modifiers(int init);
extern int track_mod_state(rfbKeySym keysym, rfbBool down, rfbBool set);
extern void clear_keys(void);
+extern void clear_locks(void);
extern int get_autorepeat_state(void);
extern int get_initial_autorepeat_state(void);
extern void autorepeat(int restore, int bequiet);