e-comp-wl: Add internal function prototype for subsurface commit
authorChris Michael <cp.michael@samsung.com>
Mon, 3 Nov 2014 17:26:13 +0000 (12:26 -0500)
committerChris Michael <cp.michael@samsung.com>
Mon, 3 Nov 2014 17:27:13 +0000 (12:27 -0500)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp_wl.h

index 47a49e3..037aa8e 100644 (file)
@@ -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);