From 1a4be248fefd86704f2fb075878f90ebe58e004f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 17 Feb 2015 18:42:47 -0500 Subject: [PATCH] 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 bb98932d3..aec754fc8 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 */