always set new wayland E_Clients to be ignored during client hook
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 17 Jul 2015 18:54:56 +0000 (14:54 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 17 Jul 2015 19:30:30 +0000 (15:30 -0400)
src/bin/e_comp_wl.c

index 353a030..ce9b47c 100644 (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,