devilhorns pushed a commit to branch master.

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

commit bac72a83f3070e25632840a9ac38a8b46c1b0a3b
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Oct 15 10:43:55 2014 -0400

    add internal function prototype for surface commit
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 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 31384f6..d535d67 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -271,6 +271,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 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