devilhorns pushed a commit to branch master.

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

commit 8637842cf9962f096791d2f2e6d4880db3324632
Author: Chris Michael <[email protected]>
Date:   Tue Oct 14 14:47:32 2014 -0400

    add code to initialize data manager
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_comp_wl.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 3d34ed2..5823162 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -146,6 +146,13 @@ _e_comp_wl_compositor_create(void)
         goto comp_global_err;
      }
 
+   /* try to init data manager */
+   if (!e_comp_wl_data_manager_init(cdata))
+     {
+        ERR("Could not initialize data manager");
+        goto data_err;
+     }
+
    /* initialize shm mechanism */
    wl_display_init_shm(cdata->wl.disp);
 
@@ -167,6 +174,7 @@ _e_comp_wl_compositor_create(void)
 
    return EINA_TRUE;
 
+data_err:
 comp_global_err:
    e_env_unset("WAYLAND_DISPLAY");
 sock_err:

-- 


Reply via email to