efl_ui_flip: fix wrong define
authorYeongJong Lee <cleanlyj@naver.com>
Tue, 7 Feb 2017 21:36:16 +0000 (13:36 -0800)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 7 Feb 2017 21:36:19 +0000 (13:36 -0800)
Reviewers: jpeg, cedric

Reviewed By: cedric

Differential Revision: https://phab.enlightenment.org/D4627

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/elementary/efl_ui_flip.c
src/lib/elementary/efl_ui_widget_flip.h

index 57d1b18..5a6ff21 100644 (file)
@@ -1941,7 +1941,7 @@ elm_flip_perspective_set(Evas_Object *obj,
                          Evas_Coord x EINA_UNUSED,
                          Evas_Coord y EINA_UNUSED)
 {
-   ELM_FLIP_CHECK(obj);
+   EFL_UI_FLIP_CHECK(obj);
 }
 
 // FIXME: add ambient and lighting control
index 012580f..11c2abd 100644 (file)
@@ -104,7 +104,7 @@ struct _Vertex3
        return val;                                   \
     }
 
-#define ELM_FLIP_CHECK(obj)                              \
+#define EFL_UI_FLIP_CHECK(obj)                           \
   if (EINA_UNLIKELY(!efl_isa((obj), EFL_UI_FLIP_CLASS))) \
     return