devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4aba5758f9dc68e1459664cd35a5c081214a0a31

commit 4aba5758f9dc68e1459664cd35a5c081214a0a31
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Nov 13 15:09:03 2015 -0500

    ecore-evas wayland: use correct values when updating wayland window size
    
    by using the geometry from after the request size has been updated,
    scenarios such as the following can be avoided:
    
    [4208305.332] xdg_surface@46.set_window_geometry(0, 0, 1778, 1)
    [4208305.370] xdg_surface@46.set_window_geometry(0, 0, 1778, 250)
    
    @fix
---
 src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c | 3 ---
 1 file changed, 3 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 1183ae1..3dc66b1 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
@@ -672,9 +672,6 @@ _ecore_evas_wl_common_resize(Ecore_Evas *ee, int w, int h)
 
         if (ee->func.fn_resize) ee->func.fn_resize(ee);
      }
-
-   if (wdata->win)
-     ecore_wl_window_update_size(wdata->win, w, h);
 }
 
 void

-- 


Reply via email to