gesture: add a missing code 87/141087/1
authorJengHyun Kang <jhyuni.kang@samsung.com>
Fri, 28 Jul 2017 06:16:45 +0000 (15:16 +0900)
committerJengHyun Kang <jhyuni.kang@samsung.com>
Fri, 28 Jul 2017 06:16:47 +0000 (15:16 +0900)
  - set a true if efl_util_gesture handler is ready

Change-Id: Icc08eed064a5132d3eda18817086c07edac90d48

src/efl_util.c

index 248578b..27dc8c4 100644 (file)
@@ -2410,6 +2410,7 @@ efl_util_gesture_initialize(void)
         EFL_UTIL_EVENT_GESTURE_PALM_COVER = ecore_event_type_new();
      }
    _eflutil.wl.gesture.event_init++;
+   gesture_h->init = EINA_TRUE;
 
    set_last_result(EFL_UTIL_ERROR_NONE);
    return gesture_h;