allow nocomp on some overrides

This commit is contained in:
Mike Blumenkrantz 2014-02-26 11:26:55 -05:00
parent ef26b0fb1e
commit a22181c0da
1 changed files with 1 additions and 1 deletions

View File

@ -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)