ecs: display type checking 86/30086/1
authorGiWoong Kim <giwoong.kim@samsung.com>
Thu, 6 Nov 2014 10:31:00 +0000 (19:31 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 10 Nov 2014 08:46:31 +0000 (00:46 -0800)
ifndef CONFIG_USE_SHM -> indef CONFIG_SDL
And delete unused define

Change-Id: I96bfaa7c4f93b6780cfeaa2b2e7e2686467477b6
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/ecs/ecs_msg_device.c
tizen/src/hw/maru_board.c

index 55d6f6ac3001693233186f6c59173e8654b41276..5fda57a990635294ebc5c2ef5156c64db7c06fb5 100644 (file)
@@ -199,7 +199,7 @@ static void msgproc_device_req_tgesture(ECS_Client* ccli, ECS__DeviceReq* msg)
     }
 
     /* release multi-touch */
-#ifndef CONFIG_USE_SHM
+#ifdef CONFIG_SDL
     if (get_multi_touch_enable() != 0) {
         clear_finger_slot(false);
     }
index 2dd6de9cd4fdf4948e5974e757104b646b278e75..592dfa45e291f59f5bffe8a544a2e64c1496d213 100644 (file)
@@ -44,8 +44,6 @@
 #include "emulator_common.h"
 #include "maru_pm.h"
 
-#define MAX_IDE_BUS 2
-
 /* maru specialized device init */
 static void maru_device_init(void)
 {