summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2014-11-03 12:26:13 -0500
committerChris Michael <cp.michael@samsung.com>2014-11-03 12:27:13 -0500
commit41fe2c901ac2a6ce8a16b25ec21906602a4afbb2 (patch)
tree37cd7934e8ee3e55dde706423c283fc6aa7075e6
parentff77a2fa08dbf5e2e336a95b0ba8e2cf174edfe5 (diff)
downloadenlightenment-41fe2c901ac2a6ce8a16b25ec21906602a4afbb2.tar.gz
e-comp-wl: Add internal function prototype for subsurface commit
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/bin/e_comp_wl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index 47a49e36aa..037aa8ef4a 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);