#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;
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;
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) \