From: SooChan Lim Date: Wed, 11 Jun 2025 10:31:43 +0000 (+0900) Subject: e_comp: move typedef declaration to internal header X-Git-Tag: accepted/tizen/unified/20250614.044607~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F74%2F325674%2F1;p=platform%2Fupstream%2Fenlightenment.git e_comp: move typedef declaration to internal header Change-Id: I666818bce7e995c8103806ff8104eb3e02329eca --- diff --git a/src/bin/compmgr/e_comp_intern.h b/src/bin/compmgr/e_comp_intern.h index bf97748c81..9b1c0527cc 100644 --- a/src/bin/compmgr/e_comp_intern.h +++ b/src/bin/compmgr/e_comp_intern.h @@ -9,6 +9,8 @@ #include +# 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)))) diff --git a/src/include/e_comp.h b/src/include/e_comp.h index 65d351641c..a3f000a598 100644 --- a/src/include/e_comp.h +++ b/src/include/e_comp.h @@ -17,11 +17,9 @@ extern "C" { #include #include -# 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