From 781bfd7537605bcb8e5ca56de7ff8ac78e56750e 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 c367d5f41..c55d4db5e 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -5286,4 +5286,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); }