From: Mike Blumenkrantz Date: Tue, 17 Feb 2015 23:42:47 +0000 (-0500) Subject: don't revert X focus during nocomp X-Git-Tag: upstream/0.19.99~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a4be248fefd86704f2fb075878f90ebe58e004f;p=platform%2Fupstream%2Fenlightenment.git don't revert X focus during nocomp --- 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 */