Modify ecore_wl_animator_source_set function to not need a window.

Add ecore_wl_window_commit.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-06-07 15:30:36 +01:00
parent 9276cca32f
commit 3304eeb59e
1 changed files with 4 additions and 1 deletions

View 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
*