From 0d32652545286204505d8d80a9dfb5c3aeb65f5f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 8 Jan 2015 17:24:50 -0500 Subject: [PATCH] check focus after X nocomp end fix T1768 --- 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 e396a9b53..63c9cb180 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -5284,4 +5284,5 @@ e_comp_x_nocomp_end(E_Comp *comp) comp->nocomp = 0; ecore_x_window_show(comp->win); ecore_x_composite_redirect_subwindows(comp->man->root, ECORE_X_COMPOSITE_UPDATE_MANUAL); + _e_comp_x_focus_check(comp); }