discomfitor pushed a commit to branch master.

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

commit dd1ff970ac105c7701d97b69abfc351a476d7f1d
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Jul 1 16:02:48 2015 -0400

    print xwl loading debug after checking compositor type
---
 src/modules/xwayland/e_mod_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/xwayland/e_mod_main.c 
b/src/modules/xwayland/e_mod_main.c
index 363989b..bd15fd7 100644
--- a/src/modules/xwayland/e_mod_main.c
+++ b/src/modules/xwayland/e_mod_main.c
@@ -277,11 +277,11 @@ e_modapi_init(E_Module *m)
 {
    char disp[8];
 
-   DBG("LOAD XWAYLAND MODULE");
-
    /* make sure it's a wayland compositor */
    if (e_comp->comp_type != E_PIXMAP_TYPE_WL) return NULL;
 
+   DBG("LOAD XWAYLAND MODULE");
+
    /* alloc space for server struct */
    if (!(exs = calloc(1, sizeof(E_XWayland_Server))))
      return NULL;

-- 


Reply via email to