wayland support - unbreak build since structs are now private

This commit is contained in:
Carsten Haitzler 2013-11-02 11:38:57 +09:00
parent 9f39ef0687
commit aae829f260
1 changed files with 1 additions and 1 deletions

View File

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