From 58ada81ee3860831669eaeea3d57c8f46d2cf500 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 14 Oct 2014 15:49:53 -0400 Subject: [PATCH] rename surface signal get function Signed-off-by: Chris Michael --- 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 2f1b2c38b..31384f670 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)