ecore/wayland: Set win->resizing flag inside ecore_wl_resize().

This commit is contained in:
Rafael Antognolli 2013-11-01 15:51:14 -02:00
parent 6aa11cf89d
commit 8b852ad21e
3 changed files with 1 additions and 2 deletions

View File

@ -167,6 +167,7 @@ ecore_wl_window_resize(Ecore_Wl_Window *win, int w, int h, int location)
if (!win) return;
win->resizing = EINA_TRUE;
ecore_wl_window_update_size(win, w, h);
if (win->shell_surface)

View File

@ -524,7 +524,6 @@ _ecore_evas_wayland_egl_resize(Ecore_Evas *ee, int location)
{
int fw, fh;
wdata->win->resizing = EINA_TRUE;
evas_output_framespace_get(ee->evas, NULL, NULL, &fw, &fh);
if ((ee->rotation == 0) || (ee->rotation == 180))

View File

@ -521,7 +521,6 @@ _ecore_evas_wayland_shm_resize(Ecore_Evas *ee, int location)
{
int fw, fh;
wdata->win->resizing = EINA_TRUE;
evas_output_framespace_get(ee->evas, NULL, NULL, &fw, &fh);
if ((ee->rotation == 90) || (ee->rotation == 270))