e_comp: move typedef declaration to internal header 74/325674/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 11 Jun 2025 10:31:43 +0000 (19:31 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 13 Jun 2025 06:34:31 +0000 (15:34 +0900)
Change-Id: I666818bce7e995c8103806ff8104eb3e02329eca

src/bin/compmgr/e_comp_intern.h
src/include/e_comp.h

index bf97748c81464693d5f83bcdbc689768f8a765fb..9b1c0527cce2a30c2a8fa3d4fe7e7e88c446a540 100644 (file)
@@ -9,6 +9,8 @@
 
 #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))))
index 65d351641cdb28d27c33f1ec1e863e4c884dc43f..a3f000a59862be4ecc6fd251d456a933c347a015 100644 (file)
@@ -17,11 +17,9 @@ extern "C" {
 #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