Eo: get rid of Eo_Event2.

The hack is still there, but much cleaner now.
This commit is contained in:
Tom Hacohen 2016-03-07 10:23:48 +00:00
parent f9ba80ab33
commit 8c7c8b3241
1 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ enum _Eo_Op_Type
typedef enum _Eo_Op_Type Eo_Op_Type;
/** XXX: Hack until fixed in Eolian */
typedef struct _Eo_Event Eo_Event2;
typedef struct _Eo_Event Eo_Event;
/**
* @typedef Eo_Event_Cb
*
@ -166,7 +166,7 @@ typedef struct _Eo_Event Eo_Event2;
* @param event_info additional data passed with the event.
* @return #EO_CALLBACK_STOP to stop calling additional callbacks for the event, #EO_CALLBACK_CONTINUE to continue.
*/
typedef Eina_Bool (*Eo_Event_Cb)(void *data, const Eo_Event2 *event);
typedef Eina_Bool (*Eo_Event_Cb)(void *data, const Eo_Event *event);
#include "eo_base.eo.h"
#define EO_CLASS EO_BASE_CLASS