aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/vncInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/xserver/hw/vnc/vncInput.h')
-rw-r--r--unix/xserver/hw/vnc/vncInput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/vncInput.h b/unix/xserver/hw/vnc/vncInput.h
index 08cab6cb..0a130ada 100644
--- a/unix/xserver/hw/vnc/vncInput.h
+++ b/unix/xserver/hw/vnc/vncInput.h
@@ -55,6 +55,7 @@ KeyCode vncKeysymToKeycode(KeySym keysym, unsigned state, unsigned *new_state);
int vncIsAffectedByNumLock(KeyCode keycode);
KeyCode vncAddKeysym(KeySym keysym, unsigned state);
+void vncOnKeyUsed(KeyCode usedKeycode);
#ifdef __cplusplus
}