There was a bug that the fully-obscured but not-iconified window is set to the activity visible ec (pol_vis->activity).
Change-Id: I2b6284df288be91e8249fbd244dd26fe2ec542f5
static void _e_vis_ec_reset(E_Client *ec);
static Eina_Bool _e_vis_ec_below_uniconify(E_Client *ec);
static void _e_vis_cb_child_launch_done(void *data, Evas_Object *obj, const char *signal, const char *source);
+static void _e_vis_update_foreground_job_queue(void);
static E_Vis *pol_vis = NULL;
/* the list for E_Vis_Job */
if (!do_iconify)
{
ELOGF("SKIP.. ICONIFY_BY_WM", "win:0x%08x", ec->pixmap, ec, e_client_util_win_get(ec));
+ _e_vis_update_foreground_job_queue();
return;
}