summaryrefslogtreecommitdiffstats
path: root/x11vnc/keyboard.h
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/keyboard.h
parente24cf9491ccf696bc6b1ac36574861a343408cd0 (diff)
downloadlibtdevnc-2689647d6c7a9ab9c88faacf5dbc0200e9bc4a24.tar.gz
libtdevnc-2689647d6c7a9ab9c88faacf5dbc0200e9bc4a24.zip
x11vnc: add clear_locks (Caps_Lock, etc) action.
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);