discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=019318b88f8a59f160c0ccca7f8ac4f4de1616e6

commit 019318b88f8a59f160c0ccca7f8ac4f4de1616e6
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 d2592f9..ea5a7f2 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -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)
      {

-- 


Reply via email to