From 18ef47c173205e24a076e2d78ff3ade0efe6a5de Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Mon, 4 Nov 2013 13:48:57 -0200 Subject: ecore/wayland: Use eina_inlist instead of wl_list for globals. Since we are allocating this list and returning it, let's make it more EFL-like. --- src/lib/ecore_wayland/ecore_wl_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ecore_wayland/ecore_wl_private.h') diff --git a/src/lib/ecore_wayland/ecore_wl_private.h b/src/lib/ecore_wayland/ecore_wl_private.h index 69b2f95dcb..0127b448f8 100644 --- a/src/lib/ecore_wayland/ecore_wl_private.h +++ b/src/lib/ecore_wayland/ecore_wl_private.h @@ -74,7 +74,7 @@ struct _Ecore_Wl_Display struct wl_list inputs; struct wl_list outputs; - struct wl_list globals; /** @since 1.7.6 */ + Eina_Inlist *globals; /** @since 1.7.6 */ Eina_Bool init_done; -- cgit v1.2.1