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 *