do not attempt to show x11 override windows

fix T3444, T1759, T2735
This commit is contained in:
Mike Blumenkrantz 2016-04-21 15:28:55 -04:00
parent f36f2d16bc
commit 019318b88f
1 changed files with 1 additions and 1 deletions

View File

@ -1102,7 +1102,7 @@ _e_comp_x_client_show(E_Client *ec)
win = e_client_util_win_get(ec);
ecore_x_window_shadow_tree_flush();
if (!_e_comp_x_client_data_get(ec)->need_reparent)
if ((!_e_comp_x_client_data_get(ec)->need_reparent) && (!ec->override))
ecore_x_window_show(win);
if (ec->unredirected_single || _e_comp_x_client_data_get(ec)->iconic)
{