discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=1ad30b07051bc4b1306482601583b698c5fc6501

commit 1ad30b07051bc4b1306482601583b698c5fc6501
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Thu Jan 16 12:09:51 2014 -0500

    show the compositor overlay window when nocomp mode ends
---
 src/bin/e_comp_x.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index 65465b2..fd8eca2 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -4017,6 +4017,7 @@ _e_comp_x_hook_client_redirect(void *d EINA_UNUSED, 
E_Client *ec)
      {
         /* first window */
         ec->comp->nocomp = 0;
+        ecore_x_window_show(ec->comp->win);
         ecore_x_composite_redirect_subwindows(ec->comp->man->root, 
ECORE_X_COMPOSITE_UPDATE_MANUAL);
         ecore_x_window_reparent(_e_comp_x_client_window_get(ec), 
ec->comp->man->root, ec->client.x, ec->client.y);
         _e_comp_x_client_stack(ec);

-- 


Reply via email to