Fix move_resize to call the proper function.
authorChris Michael <cp.michael@samsung.com>
Fri, 7 Jun 2013 07:17:30 +0000 (08:17 +0100)
committerChris Michael <cp.michael@samsung.com>
Fri, 7 Jun 2013 14:42:53 +0000 (15:42 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c

index 010c8d8..e336a51 100644 (file)
@@ -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