devilhorns pushed a commit to branch master.

commit b9fa3b30892adb1b1e57840e31dda66a84c33108
Author: Chris Michael <[email protected]>
Date:   Tue Apr 30 14:53:24 2013 +0100

    We don't need evas_sync on resize here.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c | 2 --
 1 file changed, 2 deletions(-)

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 63c3790..2003911 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
@@ -461,8 +461,6 @@ _ecore_evas_wl_common_resize(Ecore_Evas *ee, int w, int h)
         ee->w = w;
         ee->h = h;
 
-        /* evas_sync(ee->evas); */
-
         if ((ee->rotation == 90) || (ee->rotation == 270))
           {
              evas_output_size_set(ee->evas, h, w);

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to