Change-Id: Id14a7864b3270e502100551e933d57e0645e1323
typedef struct _E_Zone_Private E_Zone_Private;
+struct _E_Zone_Hook
+{
+ EINA_INLIST;
+ E_Zone_Hook_Point hookpoint;
+ E_Zone_Hook_Cb func;
+ void *data;
+ unsigned char delete_me : 1;
+};
+
struct _E_Zone_Private
{
E_Zone *zone;
E_ZONE_HOOK_LAST
} E_Zone_Hook_Point;
-struct _E_Zone_Hook
-{
- EINA_INLIST;
- E_Zone_Hook_Point hookpoint;
- E_Zone_Hook_Cb func;
- void *data;
- unsigned char delete_me : 1;
-};
-
struct _E_Event_Zone_Display_State_Change
{
E_Zone *zone;