check focus after X nocomp end

fix T1768
This commit is contained in:
Mike Blumenkrantz 2015-01-08 17:24:50 -05:00
parent be0d07877e
commit 0d32652545
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}