devilhorns pushed a commit to branch master.

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

commit 234953ad3e674e5833575a0a0da5605005ce7f17
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Oct 14 14:52:20 2014 -0400

    add code to initialize Ecore_Wayland
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index cac3818..dcd4f1c 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -218,6 +218,13 @@ e_comp_wl_init(void)
         return EINA_FALSE;
      }
 
+   /* try to init ecore_wayland */
+   if (!ecore_wl_init(NULL))
+     {
+        e_error_message_show(_("Enlightenment cannot initialize 
Ecore_Wayland!\n"));
+        return EINA_FALSE;
+     }
+
    return EINA_TRUE;
 }
 

-- 


Reply via email to