From 365a22c63cb292ea494f39ebc48a37e322e5eb14 Mon Sep 17 00:00:00 2001 From: runge Date: Tue, 21 Dec 2010 12:04:02 -0500 Subject: x11vnc: touchscreen uinput support and Java viewer mousewheel support. See x11vnc/ChangeLog for rest. --- x11vnc/keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11vnc/keyboard.h') diff --git a/x11vnc/keyboard.h b/x11vnc/keyboard.h index e72cb86..39a1a89 100644 --- a/x11vnc/keyboard.h +++ b/x11vnc/keyboard.h @@ -48,7 +48,7 @@ extern void check_add_keysyms(void); extern int add_keysym(KeySym keysym); extern void delete_added_keycodes(int bequiet); extern void initialize_remap(char *infile); -extern int sloppy_key_check(int key, rfbBool down, rfbKeySym keysym, int *new); +extern int sloppy_key_check(int key, rfbBool down, rfbKeySym keysym, int *new_kc); extern void switch_to_xkb_if_better(void); extern char *short_kmbcf(char *str); extern void initialize_allowed_input(void); -- cgit v1.2.3