genlist: fix genlist extra ops 50/167850/1
authorSangHyeon Lee <sh10233.lee@samsung.com>
Mon, 22 Jan 2018 09:59:45 +0000 (18:59 +0900)
committerSangHyeon Lee <sh10233.lee@samsung.com>
Mon, 22 Jan 2018 09:59:49 +0000 (18:59 +0900)
Change-Id: I12ae6ffd82cd3bf8a3932d75332d980b28fcd37a

src/lib/elementary/elm_genlist.c
src/lib/elementary_tizen/elm_genlist.c

index 90d7247..1117a44 100644 (file)
@@ -9095,19 +9095,6 @@ elm_genlist_item_reorder_stop(Elm_Object_Item *item EINA_UNUSED)
 }
 //
 
-/* Standard widget overrides */
-
-ELM_WIDGET_KEY_DOWN_DEFAULT_IMPLEMENT(elm_genlist, Elm_Genlist_Data)
-
-/* Internal EO APIs and hidden overrides */
-
-#define ELM_GENLIST_EXTRA_OPS \
-   ELM_LAYOUT_SIZING_EVAL_OPS(elm_genlist), \
-   EFL_CANVAS_GROUP_ADD_DEL_OPS(elm_genlist)
-
-#define ELM_GENLIST_PAN_EXTRA_OPS \
-   EFL_CANVAS_GROUP_DEL_OPS(elm_genlist_pan)
-
 //TIZEN_ONLY(20171114) genlist: enhance accessibility scroll & highlight
 static int _is_item_in_viewport(int viewport_y, int viewport_h, int obj_y, int obj_h)
 {
@@ -9293,6 +9280,20 @@ _elm_genlist_item_efl_access_component_highlight_clear(Eo *eo_it, Elm_Gen_Item *
   return ret;
 }
 //
+
+/* Standard widget overrides */
+
+ELM_WIDGET_KEY_DOWN_DEFAULT_IMPLEMENT(elm_genlist, Elm_Genlist_Data)
+
+/* Internal EO APIs and hidden overrides */
+
+#define ELM_GENLIST_EXTRA_OPS \
+   ELM_LAYOUT_SIZING_EVAL_OPS(elm_genlist), \
+   EFL_CANVAS_GROUP_ADD_DEL_OPS(elm_genlist)
+
+#define ELM_GENLIST_PAN_EXTRA_OPS \
+   EFL_CANVAS_GROUP_DEL_OPS(elm_genlist_pan)
+
 #include "elm_genlist.eo.c"
 #include "elm_genlist_pan.eo.c"
 #include "elm_genlist_item.eo.c"
index ed5e0ee..a12752c 100644 (file)
@@ -9760,6 +9760,19 @@ _elm_genlist_item_efl_access_component_highlight_clear(Eo *eo_it, Elm_Gen_Item *
 }
 //
 
+/* Standard widget overrides */
+
+ELM_WIDGET_KEY_DOWN_DEFAULT_IMPLEMENT(elm_genlist, Elm_Genlist_Data)
+
+/* Internal EO APIs and hidden overrides */
+
+#define ELM_GENLIST_EXTRA_OPS \
+   ELM_LAYOUT_SIZING_EVAL_OPS(elm_genlist), \
+   EFL_CANVAS_GROUP_ADD_DEL_OPS(elm_genlist)
+
+#define ELM_GENLIST_PAN_EXTRA_OPS \
+   EFL_CANVAS_GROUP_DEL_OPS(elm_genlist_pan)
+
 #include "../elementary/elm_genlist.eo.c"
 #include "../elementary/elm_genlist_pan.eo.c"
 #include "../elementary/elm_genlist_item.eo.c"