ecore/wayland: Use eina_inlist instead of wl_list for globals.
authorRafael Antognolli <rafael.antognolli@intel.com>
Mon, 4 Nov 2013 15:48:57 +0000 (13:48 -0200)
committerRafael Antognolli <rafael.antognolli@intel.com>
Mon, 4 Nov 2013 15:50:04 +0000 (13:50 -0200)
commit18ef47c173205e24a076e2d78ff3ade0efe6a5de
treebbf0e8832eabdece04493c5bc7573b5e85fd39eb
parent5ec3ba041d49c4800d9a97db0770977661005e06
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_Wayland.h
src/lib/ecore_wayland/ecore_wl.c
src/lib/ecore_wayland/ecore_wl_private.h
src/modules/ecore_imf/wayland/wayland_module.c