This function is replaced by e_subsurface_create().
Change-Id: I4016b5c83cc60e2e95dabecf1bccb43f5066b802
EINTERN void e_comp_wl_subsurface_data_position_set(E_Comp_Wl_Subsurf_Data *sdata, int x, int y);
EINTERN void e_comp_wl_subsurface_data_coord_get(E_Comp_Wl_Subsurf_Data *sdata, int *x, int *y);
-EINTERN Eina_Bool e_comp_wl_subsurface_add(struct wl_resource *resource, uint32_t id, struct wl_resource *surface_resource, struct wl_resource *parent_resource);
EINTERN Eina_Bool e_comp_wl_subsurface_order_commit(E_Client *ec);
EINTERN Eina_Bool e_comp_wl_subsurface_commit(E_Client *ec);
EINTERN Eina_Bool e_comp_wl_subsurface_can_show(E_Client *ec);
return EINA_TRUE;
}
-EINTERN Eina_Bool
-e_comp_wl_subsurface_add(struct wl_resource *resource, uint32_t id, struct wl_resource *surface_resource, struct wl_resource *parent_resource)
-{
- return !!ds_subsurface_create(resource,
- ds_surface_from_resource(surface_resource),
- ds_surface_from_resource(parent_resource),
- id);
-}
-
EINTERN E_Subsurface *
e_subsurface_create(struct wl_resource *factory_resource, uint32_t id, E_Surface *surface, E_Surface *parent)
{