Fix move_resize to call the proper function.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-06-07 08:17:30 +01:00
parent 28c3b24593
commit 9276cca32f
1 changed files with 1 additions and 1 deletions

View 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