Update ecore_evas wayland_egl for removal of server_allocation member.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-29 08:57:53 +01:00
parent 781b3844b1
commit 517f8fe2b1
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}