discomfitor pushed a commit to branch master.

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

commit 4cc66119c5fa3a7d9b5e5f21c0cc70659d977f81
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Apr 8 11:51:18 2016 -0400

    make e_client_has_xwindow() more wayland-only friendly
---
 src/bin/e_client.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/bin/e_client.c b/src/bin/e_client.c
index 2ef6a2f..b13dc32 100644
--- a/src/bin/e_client.c
+++ b/src/bin/e_client.c
@@ -5001,12 +5001,13 @@ e_client_has_xwindow(const E_Client *ec)
 #ifdef HAVE_WAYLAND_ONLY
    (void)ec;
    return EINA_FALSE;
-#endif
-#ifdef HAVE_WAYLAND
+#else
+# ifdef HAVE_WAYLAND
    if (!e_pixmap_is_x(ec->pixmap))
      return !!e_comp_wl_client_xwayland_pixmap(ec);
-#endif
+# endif
    return e_pixmap_is_x(ec->pixmap);
+#endif
 }
 
 ////////////////////////////////////////////

-- 


Reply via email to