show x11 parent windows during reparent only if not withdrawn

iconic windows are still shown
This commit is contained in:
Mike Blumenkrantz 2017-03-10 15:57:15 -05:00
parent f2c1976e9a
commit 8f896b7862
1 changed files with 1 additions and 1 deletions

View File

@ -3253,7 +3253,7 @@ _e_comp_x_hook_client_pre_frame_assign(void *d EINA_UNUSED, E_Client *ec)
}
}
ecore_x_window_show(win);
if (!ec->iconic)
if (ec->icccm.state != ECORE_X_WINDOW_STATE_HINT_WITHDRAWN)
ecore_x_window_show(pwin);
_e_comp_x_focus_init(ec);