Revert "Remove Call to _ecore_evas_wayland_resize on a configure event."

This reverts commit 5eeb820b0f.
This commit is contained in:
Rafael Antognolli 2013-08-21 12:55:14 -03:00
parent 3a654f795c
commit ffa9d69180
1 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,8 @@ _ecore_evas_wl_common_cb_window_configure(void *data EINA_UNUSED, int type EINA_
win->server_allocation = win->allocation;
ecore_wl_window_update_size(wdata->win, ev->w, ev->h);
_ecore_evas_wayland_resize(ee, win->edges);
}
if (wdata->frame)