discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=24aa26b724eb8334ea20018adaa66e189d1e3b48

commit 24aa26b724eb8334ea20018adaa66e189d1e3b48
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Apr 21 15:28:55 2016 -0400

    do not attempt to show x11 override windows
    
    fix T3444, T1759, T2735
---
 src/bin/e_comp_x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index 7556e39..0f782ca 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -1008,7 +1008,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)
      {

-- 


Reply via email to