fixed build break 86/77086/1 accepted/tizen/common/20160628.141830 accepted/tizen/ivi/20160629.021409 accepted/tizen/mobile/20160629.021455 accepted/tizen/tv/20160629.021310 accepted/tizen/wearable/20160629.021447 submit/tizen/20160628.121148
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 28 Jun 2016 12:10:32 +0000 (21:10 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Tue, 28 Jun 2016 12:10:32 +0000 (21:10 +0900)
Change-Id: Idf17fb1f0da92df1217324f98cb042344e2400e0

src/bin/e_comp.c

index be29e0f..3737e6c 100644 (file)
@@ -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