From a22181c0da05ab6cd4c64c8039e22c81ab780822 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 26 Feb 2014 11:26:55 -0500 Subject: [PATCH] allow nocomp on some overrides --- src/bin/e_comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 1d996a9..6f9ead7 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -173,7 +173,7 @@ _e_comp_fullscreen_check(E_Comp *c) { Evas_Object *o = ec->frame; - if (e_client_util_ignored_get(ec) || (!evas_object_visible_get(ec->frame))) + if (ec->ignored || ec->input_only || (!evas_object_visible_get(ec->frame))) continue; if (!e_comp_util_client_is_fullscreen(ec)) return NULL; while (o) -- 2.7.4