Update ecore_evas wayland_shm routines 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:56:57 +01:00
parent 69be933627
commit 781b3844b1
1 changed files with 2 additions and 1 deletions

View File

@ -329,7 +329,8 @@ _ecore_evas_wl_resize(Ecore_Evas *ee, int w, int h)
_ecore_evas_wayland_shm_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);
}