e_client: move E_Client_Pending_Geometry to internal header file 67/325667/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 11 Jun 2025 09:00:05 +0000 (18:00 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 13 Jun 2025 06:34:30 +0000 (15:34 +0900)
Change-Id: I7987f658e97d7f2ca5b2489ff1e0747581b44459

src/bin/core/e_client_intern.h
src/include/e_client.h

index d3f586d063718a9d14e4466984d73dbd91f55e0f..2dba06d847e6d0f1a57790071cd5bc909db2a0f7 100644 (file)
 
 #include <wayland-server.h>
 
+typedef struct _E_Client_Pending_Geometry E_Client_Pending_Geometry;
+
+struct _E_Client_Pending_Geometry
+{
+   int                           x, y, w, h;
+   E_DEPRECATED unsigned int     serial;
+};
+
 typedef struct _E_Client_Data_Get_Client
 {
    E_Client *criterion_ec;
index 9592b35d23a86c0b969343ca708634ffd2e1c8a5..fac9e6d18206e761dc6fef4a9a11f68146a4d3f5 100644 (file)
@@ -19,7 +19,6 @@ typedef struct E_Event_Client E_Event_Client;
 typedef struct _E_Event_Client_Property E_Event_Client_Property;
 typedef struct _E_Event_Client_Focus_Skip E_Event_Client_Focus_Skip_Set;
 typedef struct _E_Event_Client_Focus_Skip E_Event_Client_Focus_Skip_Unset;
-typedef struct _E_Client_Pending_Geometry E_Client_Pending_Geometry;
 typedef struct E_Event_Client_Zone_Set E_Event_Client_Zone_Set;
 typedef struct E_Event_Client_Desk_Set E_Event_Client_Desk_Set;
 
@@ -341,12 +340,6 @@ struct _E_Event_Client_Rotation_Geometry_Set
    int x, y, w, h;
 };
 
-struct _E_Client_Pending_Geometry
-{
-   int                           x, y, w, h;
-   E_DEPRECATED unsigned int                  serial;
-};
-
 #define EC_CHANGED(EC) e_client_changed_set(EC, EINA_TRUE)
 
 #define E_CLIENT_FOREACH(EC) \