devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=82de5a66d7da2dbd63e8950fdfc6e469bae16276

commit 82de5a66d7da2dbd63e8950fdfc6e469bae16276
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Jul 30 15:17:57 2015 -0400

    ecore-evas-wayland: Remove call to ecore_wl_window_update_location
    
    Summary: This function should really not be called here as it triggers
    an xdg_surface_set_window_geometry call which (in turn) should only be
    getting called when the window geometry (meaning visible region)
    itself has changed.
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 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 fe44181..4a8d525 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
@@ -732,8 +732,6 @@ _ecore_evas_wl_common_move(Ecore_Evas *ee, int x, int y)
      {
         ee->x = x;
         ee->y = y;
-        if (wdata->win)
-          ecore_wl_window_update_location(wdata->win, x, y);
         if (ee->func.fn_move) ee->func.fn_move(ee);
      }
 }

-- 


Reply via email to