Add default value of input event type enum 75/281575/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 15 Sep 2022 01:49:36 +0000 (10:49 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Tue, 20 Sep 2022 04:14:42 +0000 (13:14 +0900)
Change-Id: I0048833859d73f8cf17e8385a34ecf62c3957e98
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
src/mmimgr/mmi-common.h

index 6938fe5..c777720 100644 (file)
@@ -43,8 +43,9 @@ MMI_API extern int MMI_VISION_EVENT_FINISH;
 
 //TODO. not use mmi_vision_state, use mmi_event_vision_type
 typedef enum {
-       MMI_VOICE_TOUCH,
-       MMI_VOICE_RECOGNITION,
+       MMI_INPUT_EVENT_TYPE_NONE = -1,
+       MMI_INPUT_EVENT_TYPE_VOICE_TOUCH = 0,
+       MMI_INPUT_EVENT_TYPE_VOICE_RECOGNITION
 } mmi_input_event_type_e;
 
 typedef enum mmi_vision_state