always set wayland E_Client->redirected during client creation

fix T2846
This commit is contained in:
Mike Blumenkrantz 2015-11-19 15:56:59 -05:00
parent 0988e21193
commit d32392760a
1 changed files with 1 additions and 1 deletions

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