efl_ui_flip: fix wrong define

Reviewers: jpeg, cedric

Reviewed By: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
YeongJong Lee 2017-02-07 13:36:16 -08:00 committed by Cedric BAIL
parent ee29c632aa
commit 62803f9164
2 changed files with 2 additions and 2 deletions

View 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

View 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