devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=770b3e5f26eac500f1e3c8f31bce318959ebd141
commit 770b3e5f26eac500f1e3c8f31bce318959ebd141 Author: Chris Michael <[email protected]> Date: Fri Oct 31 12:27:41 2014 -0400 change comp_wl_data structure to store the wl_resource of the client buffer. No longer dealing with reference buffers. Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_comp_wl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index 3d46d63..591328c 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -240,8 +240,7 @@ struct _E_Comp_Wl_Client_Data struct { int32_t x, y, w, h; - E_Comp_Wl_Buffer *buffer; - struct wl_listener buffer_destroy; + struct wl_resource *buffer; Eina_Bool new_attach : 1; Eina_List *damages; Eina_Tiler *input; --
