jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b7616e52dbc99b81fd66978c9b7b2c84195603c8

commit b7616e52dbc99b81fd66978c9b7b2c84195603c8
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Jun 7 13:06:03 2016 +0900

    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.
---
 src/lib/elementary/efl_ui_flip_legacy.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/elementary/efl_ui_flip_legacy.h 
b/src/lib/elementary/efl_ui_flip_legacy.h
index 4e76e49..9ae8616 100644
--- a/src/lib/elementary/efl_ui_flip_legacy.h
+++ b/src/lib/elementary/efl_ui_flip_legacy.h
@@ -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"

-- 


Reply via email to