From 1ad30b07051bc4b1306482601583b698c5fc6501 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 16 Jan 2014 12:09:51 -0500 Subject: [PATCH] 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 65465b2d8..fd8eca213 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);