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

commit 8e78aea0ec8fa05399383f1d2b7f546d9d51d856
Author: Christopher Michael <[email protected]>
Date:   Mon Mar 4 10:16:22 2013 +0000

    Initialize configuration Before doing the wayland compositor.
    
    This is needed because the wayland compositor can render using either
    GL or pixman, and we need to know what E's compositor is using Before
    we can create the Wayland Compositor.
    
    Signed-off-by: Christopher Michael <[email protected]>
---
 src/bin/e_comp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 6488343..fca67e1 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -4718,11 +4718,12 @@ e_comp_init(void)
       actions = eina_list_append(actions, act);
    }
 
+   _e_comp_cfg_init();
+
 #ifdef HAVE_WAYLAND_CLIENTS
    if (!e_comp_wl_init())
      EINA_LOG_ERR("Failed to initialize Wayland Client Support !!");
 #endif
-   _e_comp_cfg_init();
 
    return EINA_TRUE;
 }

-- 

------------------------------------------------------------------------------
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