always set wayland E_Client->redirected during client creation
authorMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 19 Nov 2015 20:56:59 +0000 (15:56 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 19 Nov 2015 20:58:52 +0000 (15:58 -0500)
fix T2846

src/bin/e_comp_wl.c

index 7e1a61a448e99468a8307d4b9710331f910ef41f..7ed06dbcfdff96008ada5ad339886c88005f71e3 100644 (file)
@@ -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,