devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=41fe2c901ac2a6ce8a16b25ec21906602a4afbb2

commit 41fe2c901ac2a6ce8a16b25ec21906602a4afbb2
Author: Chris Michael <[email protected]>
Date:   Mon Nov 3 12:26:13 2014 -0500

    e-comp-wl: Add internal function prototype for subsurface commit
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_comp_wl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index 47a49e3..037aa8e 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -272,6 +272,7 @@ EINTERN void e_comp_wl_shutdown(void);
 EINTERN struct wl_resource *e_comp_wl_surface_create(struct wl_client *client, 
int version, uint32_t id);
 EINTERN void e_comp_wl_surface_destroy(struct wl_resource *resource);
 EINTERN Eina_Bool e_comp_wl_surface_commit(E_Client *ec);
+EINTERN Eina_Bool e_comp_wl_subsurface_commit(E_Client *ec);
 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_create_signal_get(E_Comp *comp);

-- 


Reply via email to