aboutsummaryrefslogtreecommitdiffstats
path: root/android/skin/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/skin/keyboard.c')
-rw-r--r--android/skin/keyboard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/skin/keyboard.c b/android/skin/keyboard.c
index e3537f1..00fa1df 100644
--- a/android/skin/keyboard.c
+++ b/android/skin/keyboard.c
@@ -14,6 +14,7 @@
#include "android/utils/bufprint.h"
#include "android/utils/system.h"
#include "android/android.h"
+#include "user-events.h"
#define DEBUG 1
@@ -125,7 +126,7 @@ skin_keyboard_flush( SkinKeyboard* kb )
}
printf( "\n" );
}
- kbd_put_keycodes(kb->keycodes, kb->keycode_count);
+ user_event_keycodes(kb->keycodes, kb->keycode_count);
kb->keycode_count = 0;
}
}