devilhorns pushed a commit to branch master.

commit 781b3844b17d17ceaf1ec1cf4acfbd2810adbaec
Author: Chris Michael <[email protected]>
Date:   Thu Aug 29 08:56:57 2013 +0100

    Update ecore_evas wayland_shm routines for removal of
    server_allocation member.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c 
b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c
index 423d261..fb5fd24 100644
--- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c
+++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c
@@ -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);
           }
 

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to