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 bb98932d3dd81ab3f2bc6e074c303da94697edc3..aec754fc81b3ea2781f9ba72b735959a62616eec 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 */