Modify ecore_wl_animator_source_set function to not need a window.
authorChris Michael <cp.michael@samsung.com>
Fri, 7 Jun 2013 14:30:36 +0000 (15:30 +0100)
committerChris Michael <cp.michael@samsung.com>
Fri, 7 Jun 2013 14:42:53 +0000 (15:42 +0100)
Add ecore_wl_window_commit.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wayland/Ecore_Wayland.h

index aba6aae..29e1f1d 100644 (file)
@@ -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
  *