discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=1a4be248fefd86704f2fb075878f90ebe58e004f
commit 1a4be248fefd86704f2fb075878f90ebe58e004f Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Tue Feb 17 18:42:47 2015 -0500 don't revert X focus during nocomp --- src/bin/e_comp_x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index bb98932..aec754f 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -80,7 +80,7 @@ _e_comp_x_focus_check(E_Comp *comp) { E_Client *focused; - if (stopping) return; + if (stopping || e_comp->nocomp) return; focused = e_client_focused_get(); /* if there is no new focused or it is a non-X client, * focus comp canvas on focus-out */ --