e_devicemgr: create tizen_input_devices only for first bound seat & manager
[platform/upstream/enlightenment.git] / src / bin / e_comp_wl.h
index 6cea0c1..8471de5 100644 (file)
@@ -44,6 +44,7 @@ typedef struct _E_Comp_Wl_Data E_Comp_Wl_Data;
 typedef struct _E_Comp_Wl_Output E_Comp_Wl_Output;
 typedef struct _E_Comp_Wl_Intercept_Hook E_Comp_Wl_Intercept_Hook;
 typedef struct _E_Comp_Wl_Evas_Gl E_Comp_Wl_Evas_Gl;
+typedef struct _E_Comp_Wl_Seat E_Comp_Wl_Seat;
 
 typedef enum _E_Comp_Wl_Buffer_Type
 {
@@ -536,6 +537,11 @@ struct _E_Comp_Wl_Intercept_Hook
    unsigned char delete_me : 1;
 };
 
+struct _E_Comp_Wl_Seat
+{
+   Eina_Bool is_first_resource : 1;
+};
+
 EINTERN Eina_Bool e_comp_wl_init(void);
 EINTERN void e_comp_wl_shutdown(void);