devilhorns pushed a commit to branch master.

commit c4ee53a689c3e0a976bc527130ef53d8777954a5
Author: Chris Michael <[email protected]>
Date:   Fri Jun 7 15:38:15 2013 +0100

    Egl Overhaul (ecore_evas part)
    
    - In common_render_updates_process, calls to window_damage will
    Accumulate the damage, so add a call After to push damages.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c 
b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
index aa83cb0..fd79f57 100644
--- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
+++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
@@ -73,6 +73,8 @@ _ecore_evas_wl_common_render_updates_process(Ecore_Evas *ee, 
Eina_List *updates)
           ecore_wl_window_damage(wdata->win,
                                  r->x, r->y, r->w, r->h);
 
+        ecore_wl_window_commit(wdata->win);
+
         ecore_wl_flush();
 
         _ecore_evas_idle_timeout_update(ee);

-- 

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