From: JengHyun Kang Date: Fri, 28 Jul 2017 06:16:45 +0000 (+0900) Subject: gesture: add a missing code X-Git-Tag: submit/tizen/20170728.065325~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F141087%2F1;p=platform%2Fcore%2Fapi%2Fefl-util.git gesture: add a missing code - set a true if efl_util_gesture handler is ready Change-Id: Icc08eed064a5132d3eda18817086c07edac90d48 --- diff --git a/src/efl_util.c b/src/efl_util.c index 248578b..27dc8c4 100644 --- a/src/efl_util.c +++ b/src/efl_util.c @@ -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;