From d682c3dfbb7a7fbda9030c7d7b0d9c07cf63c037 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 16 May 2017 15:33:58 +0900 Subject: [PATCH] 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. -- 2.7.4