discomfitor pushed a commit to branch master.

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

commit d32392760a5cb1874822a8562793ec9788f7ae10
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Nov 19 15:56:59 2015 -0500

    always set wayland E_Client->redirected during client creation
    
    fix T2846
---
 src/bin/e_comp_wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 7e1a61a..7ed06db 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2160,7 +2160,7 @@ _e_comp_wl_client_cb_new(void *data EINA_UNUSED, E_Client 
*ec)
    /* set initial client properties */
    ec->argb = EINA_TRUE;
    ec->no_shape_cut = EINA_TRUE;
-   ec->ignored = 1;
+   ec->redirected = ec->ignored = 1;
    ec->border_size = 0;
 
    /* NB: could not find a better place to do this, BUT for internal windows,

-- 


Reply via email to