From 57e7af6673d235d5d221c0edf8a0899b0f6bfa86 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 1 Jun 2015 10:16:01 +0100 Subject: [PATCH] Evas: Migrate more types to Eolian. --- src/lib/evas/Evas_Common.h | 52 ------------------------------ src/lib/evas/canvas/evas_object.eo | 14 ++++---- src/lib/evas/canvas/evas_types.eot | 51 +++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 59 deletions(-) diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 303a4b4ef8..1864fb8ade 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -323,8 +323,6 @@ typedef struct _Evas_Native_Surface Evas_Native_Surface; /**< A generic datatype */ typedef struct _Evas_Video_Surface Evas_Video_Surface; -typedef unsigned long long Evas_Modifier_Mask; /**< An Evas modifier mask type */ - typedef int Evas_Font_Size; /**< A type for font size */ typedef int Evas_Angle; /**< A type for angle */ @@ -383,14 +381,6 @@ struct _Evas_Precision_Position /** A position with precision*/ Evas_Coord_Precision_Point canvas; /**< position on the canvas */ }; -typedef enum _Evas_Display_Mode -{ - EVAS_DISPLAY_MODE_NONE = 0, /**