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 6b27de8d66..e453ce8346 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 @@ -335,7 +335,8 @@ _ecore_evas_wl_resize(Ecore_Evas *ee, int w, int h) _ecore_evas_wayland_egl_resize_edge_set(ee, win->edges); win->edges = 0; - win->server_allocation = win->allocation; + win->server.w = win->allocation.w; + win->server.h = win->allocation.h; ecore_wl_window_update_size(wdata->win, w, h); }