add wl_x11 output module
authorMike Blumenkrantz <zmike@samsung.com>
Wed, 11 Sep 2013 13:32:00 +0000 (14:32 +0100)
committerMike Blumenkrantz <zmike@samsung.com>
Wed, 15 Jan 2014 01:28:57 +0000 (20:28 -0500)
commitc268302e67c1c6c3da491cdf237d78fe63b66ab9
treef20e5662d6c8e454962ad616b9367671c7ee50a9
parent12d7405a0fa1c82d6d86d84e2783af212e22f0b1
add wl_x11 output module

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.
configure.ac
src/bin/e_module.c
src/modules/Makefile.mk
src/modules/Makefile_wl_x11.mk [new file with mode: 0644]
src/modules/wl_x11/e_mod_main.c [new file with mode: 0644]