raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2af35a78b82080598f6bf74839c5114e57e4846b
commit 2af35a78b82080598f6bf74839c5114e57e4846b Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Sat Nov 2 11:38:57 2013 +0900 wayland support - unbreak build since structs are now private --- src/lib/elm_cnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_cnp.c b/src/lib/elm_cnp.c index 806b962..93d039b 100644 --- a/src/lib/elm_cnp.c +++ b/src/lib/elm_cnp.c @@ -2967,7 +2967,7 @@ _wl_elm_widget_window_get(Evas_Object *obj) win = ecore_evas_wayland_window_get(ee); } - if (win) return win->id; + if (win) return ecore_wl_window_id_get(win); return 0; } --