mmi-common, mmi-provider : add MMI_VISION_EVENT_DROP event type 38/277138/1
authordyamy-lee <dyamy.lee@samsung.com>
Mon, 25 Oct 2021 02:07:16 +0000 (11:07 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Fri, 1 Jul 2022 05:49:42 +0000 (14:49 +0900)
Change-Id: Ie6bd4014c6a4cf4569785eef8553aa869616da24

src/mmimgr/mmi-common.c
src/mmimgr/mmi-common.h
src/mmimgr/mmi-provider.c

index 0e0b9a2ad81f3389bf6a93c6d0f41d6879c6aceb..fc0ddd92cc3eeb29dc6274a81b836613c0687eae 100644 (file)
@@ -31,4 +31,5 @@ MMI_API int MMI_PROVIDER_EVENT_GESTURE = -1;
 MMI_API int MMI_PROVIDER_EVENT_VOICE = -1;
 MMI_API int MMI_PROVIDER_EVENT_VISION = -1;
 MMI_API int MMI_VISION_EVENT_PROPAGATE = -1;
+MMI_API int MMI_VISION_EVENT_DROP = -1;
 MMI_API int MMI_VISION_EVENT_FINISH = -1;
index 2d8148758da8d83740e65725037ae499e1dfc7b9..03c411932a825589a6ed8e1d6cf0af4eb38cbec7 100644 (file)
@@ -35,6 +35,7 @@ MMI_API extern int MMI_PROVIDER_EVENT_GESTURE;
 MMI_API extern int MMI_PROVIDER_EVENT_VOICE;
 MMI_API extern int MMI_PROVIDER_EVENT_VISION;
 MMI_API extern int MMI_VISION_EVENT_PROPAGATE;
+MMI_API extern int MMI_VISION_EVENT_DROP;
 MMI_API extern int MMI_VISION_EVENT_FINISH;
 
 //TODO. not use mmi_vision_state, use mmi_event_vision_type
index 2c3545f97f97cda51b6ac181e40af8d102f1e0ca..9350d89cad50e50d9b9a88b9ae5d53bc02441dd3 100644 (file)
@@ -255,6 +255,7 @@ _event_handler_init()
        MMI_PROVIDER_EVENT_VOICE = ecore_event_type_new();
        MMI_PROVIDER_EVENT_VISION = ecore_event_type_new();
        MMI_VISION_EVENT_PROPAGATE = ecore_event_type_new();
+       MMI_VISION_EVENT_DROP = ecore_event_type_new();
        MMI_VISION_EVENT_FINISH = ecore_event_type_new();
 
        LOGD("MMI_PROVIDER_EVENT_KEY=%d\n", MMI_PROVIDER_EVENT_KEY);