From eb5ee17bfc0038baa816f10660ebf9cc37bf0466 Mon Sep 17 00:00:00 2001 From: Aleksey Karmanov Date: Fri, 11 Sep 2015 11:02:44 +0300 Subject: [PATCH] Multi-point Touch: Tracking Touch Events was updated Change-Id: Ib4f590fbb2b52307e1d99b4e4049b97dc1acf304 Signed-off-by: Aleksey Karmanov --- org.tizen.ui.practices/html/native/efl/multipoint_touch_n.htm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.tizen.ui.practices/html/native/efl/multipoint_touch_n.htm b/org.tizen.ui.practices/html/native/efl/multipoint_touch_n.htm index 67163b7..04491ca 100644 --- a/org.tizen.ui.practices/html/native/efl/multipoint_touch_n.htm +++ b/org.tizen.ui.practices/html/native/efl/multipoint_touch_n.htm @@ -164,6 +164,8 @@ create_main_view(appdata_s *ad)    evas_object_repeat_events_set(ad->rect, EINA_TRUE);    elm_box_pack_end(box, ad->rect);    evas_object_show(ad->rect); + +   return box; } -- 2.7.4