devilhorns pushed a commit to branch master.

commit 517f8fe2b1bc4d39119fc869fa4d2a44c8cc2906
Author: Chris Michael <[email protected]>
Date:   Thu Aug 29 08:57:53 2013 +0100

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

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 6b27de8..e453ce8 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);
           }
 

-- 

------------------------------------------------------------------------------
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