aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/Input.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/xserver/hw/vnc/Input.h')
-rw-r--r--unix/xserver/hw/vnc/Input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/Input.h b/unix/xserver/hw/vnc/Input.h
index 67b9c8db..a9d067f2 100644
--- a/unix/xserver/hw/vnc/Input.h
+++ b/unix/xserver/hw/vnc/Input.h
@@ -36,7 +36,7 @@ void vncPointerButtonAction(int buttonMask);
void vncPointerMove(int x, int y);
void vncGetPointerPos(int *x, int *y);
-void vncKeyboardEvent(KeySym keysym, int down);
+void vncKeyboardEvent(KeySym keysym, unsigned xtcode, int down);
/* Backend dependent functions below here */