From 3304eeb59efe84d51baca873a4da7c8375247329 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 7 Jun 2013 15:30:36 +0100 Subject: [PATCH] Modify ecore_wl_animator_source_set function to not need a window. Add ecore_wl_window_commit. Signed-off-by: Chris Michael --- src/lib/ecore_wayland/Ecore_Wayland.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h b/src/lib/ecore_wayland/Ecore_Wayland.h index aba6aae416..29e1f1d6b2 100644 --- a/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/src/lib/ecore_wayland/Ecore_Wayland.h @@ -504,7 +504,7 @@ EAPI void ecore_wl_display_iterate(void); * @ingroup Ecore_Wl_Display_Group * @since 1.8 */ -EAPI Eina_Bool ecore_wl_animator_source_set(Ecore_Wl_Window *win, Ecore_Animator_Source source); +EAPI Eina_Bool ecore_wl_animator_source_set(Ecore_Animator_Source source); /** * Retrieves the requested cursor from the cursor theme @@ -624,6 +624,9 @@ EAPI void ecore_wl_window_resize(Ecore_Wl_Window *win, int w, int h, int locatio EAPI void ecore_wl_window_damage(Ecore_Wl_Window *win, int x, int y, int w, int h); EAPI void ecore_wl_window_buffer_attach(Ecore_Wl_Window *win, struct wl_buffer *buffer, int x, int y); +/* @since 1.8 */ +EAPI void ecore_wl_window_commit(Ecore_Wl_Window *win); + /** * Shows a window *