ignore probably-systray clients when checking for nocomp restack clients

This commit is contained in:
Mike Blumenkrantz 2014-07-20 17:28:33 -04:00
parent 54603e2ee3
commit 208d138678
1 changed files with 1 additions and 0 deletions

View File

@ -475,6 +475,7 @@ nocomp:
{
if (ec == c->nocomp_ec) break;
if (e_client_is_stacking(ec)) continue;
if (ec->override && ec->internal) continue; //systray
if (e_object_is_del(E_OBJECT(ec)) || (!e_client_util_desk_visible(ec, e_desk_current_get(ec->zone)))) continue;
if (e_config->allow_above_fullscreen && (!e_config->mode.presentation))
{