From: sungmin ha Date: Mon, 23 Dec 2013 10:48:44 +0000 (+0900) Subject: remote: modified define construction in ui/input.c X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~544^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f00ad1da7b9e29c7b64b35f2bdf2f3962b98faaf;p=sdk%2Femulator%2Fqemu.git remote: modified define construction in ui/input.c Change-Id: I1535ed1bfe5d72102533c52144606a806ab272ca Signed-off-by: sungmin ha --- diff --git a/ui/input.c b/ui/input.c index faae786fee..d60a6dafab 100644 --- a/ui/input.c +++ b/ui/input.c @@ -22,7 +22,7 @@ * THE SOFTWARE. */ -#ifdef CONFIG_MARU && CONFIG_LINUX +#if defined CONFIG_MARU && defined CONFIG_LINUX #include #endif @@ -34,7 +34,7 @@ #include "qapi-types.h" #include "ui/keymaps.h" -#ifdef CONFIG_MARU && CONFIG_LINUX +#if defined CONFIG_MARU && defined CONFIG_LINUX extern void maru_hwkey_event(int event_type, int keycode); extern void do_rotation_event(int rotation_type); extern void do_host_kbd_enable(bool on); @@ -537,7 +537,7 @@ int kbd_mouse_has_absolute(void) return 0; } -#ifdef CONFIG_MARU && CONFIG_LINUX +#if defined CONFIG_MARU && defined CONFIG_LINUX void hwkey_put_keycode(int type, int keycode) { if (!runstate_is_running() && !runstate_check(RUN_STATE_SUSPENDED)) {