devilhorns pushed a commit to branch master.

commit 3304eeb59efe84d51baca873a4da7c8375247329
Author: Chris Michael <[email protected]>
Date:   Fri Jun 7 15:30:36 2013 +0100

    Modify ecore_wl_animator_source_set function to not need a window.
    Add ecore_wl_window_commit.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 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 aba6aae..29e1f1d 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
  * 

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to