always set new wayland E_Clients to be ignored during client hook

This commit is contained in:
Mike Blumenkrantz 2015-07-17 14:54:56 -04:00
parent d5e25a8449
commit fbe55d20f1
1 changed files with 1 additions and 2 deletions

View File

@ -1516,7 +1516,6 @@ _e_comp_wl_compositor_cb_surface_create(struct wl_client *client, struct wl_reso
ec->new_client = 0;
if ((!ec->client.w) && (ec->client.h))
ec->client.w = ec->client.h = 1;
ec->ignored = 1;
ec->comp_data->surface = res;
}
@ -2213,7 +2212,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 = e_comp_ignore_win_find(win);
ec->ignored = 1;
ec->border_size = 0;
/* NB: could not find a better place to do this, BUT for internal windows,