From 71bb14f826775867d16e7d382cfdc48e6ca46ccb Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Wed, 7 Jul 2010 15:57:00 -0700 Subject: Move key event generation out of the UI realm into neutral space. Abstracted keycode event array into keycode_array.[hc], Moved key to keycode translation into charmap.c Change-Id: I4de0c9853fa93d675895fc361e62ee36c1c0a652 --- android/qemulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/qemulator.c') diff --git a/android/qemulator.c b/android/qemulator.c index 615f058..15cd668 100644 --- a/android/qemulator.c +++ b/android/qemulator.c @@ -15,7 +15,7 @@ #include "android/utils/bufprint.h" #include "android/globals.h" #include "android/qemulator.h" -#include "android/ui_core_protocol.h" +#include "android/ui-core-protocol.h" #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0) static double get_default_scale( AndroidOptions* opts ); -- cgit v1.1