Ecore_Wayland: Refactor all the ecore_wayland code to improve running
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Feb 2012 21:55:51 +0000 (21:55 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Feb 2012 21:55:51 +0000 (21:55 +0000)
commitee61c5283681622b34c13760658c99cc69655e6f
treedd880dee76f499db54f041abce92b6eee9ec650e
parentb87973c59877bbdc1d129365df4dec751a9668a5
Ecore_Wayland: Refactor all the ecore_wayland code to improve running
EFL applications as Wayland Clients.

NB: This (along with the ecore_evas changes) fixes most (if not all)
outstanding issues what I am aware of, including the nasty resize bug
with wayland_egl.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68515 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_wayland/Ecore_Wayland.h
src/lib/ecore_wayland/Makefile.am
src/lib/ecore_wayland/ecore_wl.c
src/lib/ecore_wayland/ecore_wl_dnd.c [new file with mode: 0644]
src/lib/ecore_wayland/ecore_wl_input.c [new file with mode: 0644]
src/lib/ecore_wayland/ecore_wl_output.c [new file with mode: 0644]
src/lib/ecore_wayland/ecore_wl_private.h
src/lib/ecore_wayland/ecore_wl_window.c [new file with mode: 0644]