(Ecore_End_Cb)e_comp_wl_surface_event_simple_free, NULL);
}
-EINTERN Eina_Bool
+EINTERN void
e_comp_wl_surface_commit(E_Client *ec)
{
int x = 0, y = 0;
e_pointer_view_set(comp_pointer, e_client_view_get(ec), x, y);
}
}
- return EINA_TRUE;
}
static E_Comp_Wl_Output *
EINTERN E_Comp_Wl_Data *e_comp_wl_get(void);
EINTERN void e_comp_wl_surface_attach(E_Client *ec, E_Comp_Wl_Buffer *buffer);
-EINTERN Eina_Bool e_comp_wl_surface_commit(E_Client *ec);
+EINTERN void e_comp_wl_surface_commit(E_Client *ec);
EINTERN Eina_Bool e_comp_wl_output_init(const char *id, const char *make, const char *model, int x, int y, int w, int h, int pw, int ph, unsigned int refresh, unsigned int subpixel, unsigned int transform);
EINTERN void e_comp_wl_output_remove(const char *id);