don't revert X focus during nocomp

This commit is contained in:
Mike Blumenkrantz 2015-02-17 18:42:47 -05:00
parent ed48508850
commit 1a4be248fe
1 changed files with 1 additions and 1 deletions

View File

@ -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 */