jpeg pushed a commit to branch master.

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

commit d682c3dfbb7a7fbda9030c7d7b0d9c07cf63c037
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue May 16 15:33:58 2017 +0900

    evas: Move Evas_Engine_Info to Evas_Legacy.h
---
 src/lib/evas/Evas_Common.h | 8 +-------
 src/lib/evas/Evas_Legacy.h | 5 +++++
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h
index a62d1d7..6cda895 100644
--- a/src/lib/evas/Evas_Common.h
+++ b/src/lib/evas/Evas_Common.h
@@ -443,13 +443,7 @@ typedef enum
                       * iteration */
 } Evas_Callback_Type;
 
-
-typedef struct _Evas_Engine_Info /** Generic engine information. Generic info 
is useless */
-{
-   int magic; /**< Magic number */
-} Evas_Engine_Info;
-
-
+// FIXME: Move to Evas_Legacy.h
 struct _Evas_Event_Mouse_Down /** Mouse button press event */
 {
    int               button; /**< Mouse button number that went down (1 - 32) 
*/
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h
index 7fcfe6f..8d811df 100644
--- a/src/lib/evas/Evas_Legacy.h
+++ b/src/lib/evas/Evas_Legacy.h
@@ -44,6 +44,11 @@ EAPI Evas             *evas_new(void) 
EINA_WARN_UNUSED_RESULT EINA_MALLOC;
  */
 EAPI void              evas_free(Evas *e)  EINA_ARG_NONNULL(1);
 
+typedef struct _Evas_Engine_Info /** Generic engine information. Generic info 
is useless */
+{
+   int magic; /**< Magic number */
+} Evas_Engine_Info;
+
 /**
  * @brief Applies the engine settings for the given evas from the given
  * @c Evas_Engine_Info structure.

-- 


Reply via email to