Change-Id: I666818bce7e995c8103806ff8104eb3e02329eca
#include <glib.h>
+# define E_COMP_TYPE (int) 0xE0b01003
+
// NOTE:: the comp->zones should not modified during iteration
#define E_COMP_ZONE_FOREACH(ZONE) \
for(ZONE = eina_list_data_get(e_comp_zone_list_get()) ; ZONE ; ZONE = eina_list_data_get(eina_list_next(eina_list_data_find_list(e_comp_zone_list_get(), ZONE))))
#include <Ecore.h>
#include <wayland-server.h>
-# define E_COMP_TYPE (int) 0xE0b01003
# define E_CLIENT_LAYER_COUNT 19
typedef struct _E_Comp E_Comp;
-typedef struct _E_Comp_Wl_Client_Data E_Comp_Client_Data; // deprecated. use E_Comp_Wl_Client_Data intead of this.
typedef struct _E_Comp_Connected_Client_Info E_Comp_Connected_Client_Info;
typedef enum _E_Comp_Image_Filter