devilhorns pushed a commit to branch master.

commit 9276cca32fb2ffd6be8643993c3a19b18c1be169
Author: Chris Michael <[email protected]>
Date:   Fri Jun 7 08:17:30 2013 +0100

    Fix move_resize to call the proper function.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c 
b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c
index 010c8d8..e336a51 100644
--- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c
+++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c
@@ -348,7 +348,7 @@ _ecore_evas_wl_move_resize(Ecore_Evas *ee, int x, int y, 
int w, int h)
    if ((ee->x != x) || (ee->y != y))
      _ecore_evas_wl_common_move(ee, x, y);
    if ((ee->w != w) || (ee->h != h))
-     _ecore_evas_wl_common_resize(ee, w, h);
+     _ecore_evas_wl_resize(ee, w, h);
 }
 
 static void

-- 

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