devilhorns pushed a commit to branch devs/devilhorns/wayland.

commit 9b54d7656e47df472cc15e6ff6aa863942c0ea39
Author: Christopher Michael <[email protected]>
Date:   Mon Mar 4 08:19:37 2013 +0000

    Add start of new Wayland Compositor code.
    
    Signed-off-by: Christopher Michael <[email protected]>
---
 src/bin/e_comp_wl.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
new file mode 100644
index 0000000..3e3363f
--- /dev/null
+++ b/src/bin/e_comp_wl.c
@@ -0,0 +1,16 @@
+#include "e.h"
+#ifdef HAVE_WAYLAND_CLIENTS
+# include "e_comp_wl.h"
+#endif
+
+Eina_Bool 
+e_comp_wl_init(void)
+{
+   return EINA_TRUE;
+}
+
+void 
+e_comp_wl_shutdown(void)
+{
+
+}

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to