discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=e8d408650f050a80bda17ea0d4dc872a9c3902fe

commit e8d408650f050a80bda17ea0d4dc872a9c3902fe
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Mar 6 14:52:12 2015 -0500

    disable wl clients in X
    
    this is untested and undeveloped, no point in leaving it around to crash 
randomly
---
 src/bin/e_comp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 74cb15c..fbcd9c4 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -1058,9 +1058,9 @@ e_comp_init(void)
           }
         return EINA_FALSE;
      }
-#if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY)
-   e_comp_wl_init();
-#endif
+//#ifdef HAVE_WAYLAND_CLIENTS
+   //e_comp_wl_init();
+//#endif
    if (!e_comp) return EINA_FALSE;
 out:
    e_comp->elm = elm_win_fake_add(e_comp->ee);

-- 


Reply via email to