don't revert X focus during nocomp
authorMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 17 Feb 2015 23:42:47 +0000 (18:42 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 17 Feb 2015 23:42:47 +0000 (18:42 -0500)
src/bin/e_comp_x.c

index bb98932..aec754f 100644 (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 */