Efl.Ui.Flip: Fix compilation outside EFL

After a previous patch, compilation of apps would fail
as the include order was invalid. Efl_Ui_Flip_Mode was
defined after the typedef using it unless EO APIs were
enabled.
This commit is contained in:
Jean-Philippe Andre 2016-06-07 13:06:03 +09:00
parent 19645be0b1
commit b7616e52db
1 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#include "efl_ui_flip.eo.legacy.h"
typedef Efl_Ui_Flip_Interaction Elm_Flip_Interaction;
@ -120,5 +121,3 @@ EAPI Evas_Object *elm_flip_add(Evas_Object *parent);
* @ingroup Elm_Flip
*/
EAPI void elm_flip_perspective_set(Evas_Object *obj, Evas_Coord foc, Evas_Coord x, Evas_Coord y);
#include "efl_ui_flip.eo.legacy.h"