add wl_x11 output module

Desktop / Enlightenment / Enlightenment - Mike Blumenkrantz [samsung.com] - 14 January 2014 19:28 UTC

this is the first of the wayland output modules, and it is extremely simple as a result of the compositor rewrite. for any other wayland output modules, it should be enough to simply create an ecore_evas canvas and do startup in this way.

c268302 add wl_x11 output module
configure.ac | 93 ++++++++++++++++++++++++---------------
src/bin/e_module.c | 12 ++++-
src/modules/Makefile.mk | 4 ++
src/modules/Makefile_wl_x11.mk | 15 +++++++
src/modules/wl_x11/e_mod_main.c | 72 ++++++++++++++++++++++++++++++
5 files changed, 159 insertions(+), 37 deletions(-)

Upstream: git.enlightenment.org


  • Share