evas: Move Evas_Engine_Info to Evas_Legacy.h
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 16 May 2017 06:33:58 +0000 (15:33 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 16 May 2017 11:47:48 +0000 (20:47 +0900)
src/lib/evas/Evas_Common.h
src/lib/evas/Evas_Legacy.h

index a62d1d7..6cda895 100644 (file)
@@ -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) */
index 7fcfe6f..8d811df 100644 (file)
@@ -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.