From fbe55d20f1761c1653e037e15dad1b924f45cecb Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 17 Jul 2015 14:54:56 -0400 Subject: [PATCH] always set new wayland E_Clients to be ignored during client hook --- src/bin/e_comp_wl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 353a030..ce9b47c 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -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, -- 2.7.4