devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=0e525db048514421a94788e492acae2ce51672fa
commit 0e525db048514421a94788e492acae2ce51672fa Author: Chris Michael <cp.mich...@samsung.com> Date: Tue Oct 14 15:49:53 2014 -0400 rename surface signal get function Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/bin/e_comp_wl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index 2f1b2c3..31384f6 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -273,7 +273,7 @@ EINTERN struct wl_resource *e_comp_wl_surface_create(struct wl_client *client, i EINTERN void e_comp_wl_surface_destroy(struct wl_resource *resource); EINTERN void e_comp_wl_buffer_reference(E_Comp_Wl_Buffer_Ref *ref, E_Comp_Wl_Buffer *buffer); -EAPI struct wl_signal e_comp_wl_surface_signal_get(E_Comp *comp); +EAPI struct wl_signal e_comp_wl_surface_create_signal_get(E_Comp *comp); static inline uint64_t e_comp_wl_id_get(uint32_t client, uint32_t surface) --