From 6bc69f60721d96d48a26322f198171dd86376277 Mon Sep 17 00:00:00 2001 From: Doyoun Kang Date: Tue, 28 Jun 2016 21:10:32 +0900 Subject: [PATCH] fixed build break Change-Id: Idf17fb1f0da92df1217324f98cb042344e2400e0 --- 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 be29e0f..3737e6c 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -1968,7 +1968,7 @@ e_comp_vis_ec_list_get(E_Zone *zone) if (ec->zone != zone) continue; // check clients to skip composite - if (e_client_util_ignored_get() || (!evas_object_visible_get(ec->frame))) + if (e_client_util_ignored_get(ec) || (!evas_object_visible_get(ec->frame))) continue; // check geometry if located out of screen such as quick panel -- 2.7.4