summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2013-06-07 08:17:30 +0100
committerChris Michael <cp.michael@samsung.com>2013-06-07 15:42:53 +0100
commit9276cca32fb2ffd6be8643993c3a19b18c1be169 (patch)
treebae9acec564d9d1cc8b6f4f2326694375bd720b8
parent28c3b2459354e8b771d3e37cf5d3a58e9b51792d (diff)
downloadefl-9276cca32fb2ffd6be8643993c3a19b18c1be169.tar.gz
Fix move_resize to call the proper function.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c2
1 files changed, 1 insertions, 1 deletions
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 010c8d88dc..e336a51010 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