From: SooChan Lim Date: Fri, 25 Apr 2025 02:19:23 +0000 (+0900) Subject: e_polcy_zone: use e_view_client_external_type X-Git-Tag: accepted/tizen/unified/20250429.071401~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ffe0812aa6d5a3ecb26b5547849c38c1c602f89;p=platform%2Fupstream%2Fenlightenment.git e_polcy_zone: use e_view_client_external_type instead of e_comp_object_content_type E_COMP_OBJECT_CONTENT_TYPE_INT_IMAGE means E_VIEW_CLIENT_CLIENT_EXERNEL_TYPE_NONE. Change-Id: Iff1c24ac99550e0e8fb2c52f7d4a535e32b2e204 --- diff --git a/src/bin/windowmgr/e_policy_zone.c b/src/bin/windowmgr/e_policy_zone.c index c15f5bf9f1..72d7fe7e43 100644 --- a/src/bin/windowmgr/e_policy_zone.c +++ b/src/bin/windowmgr/e_policy_zone.c @@ -1386,7 +1386,7 @@ e_policy_zone_visibility_calculate(E_Policy_Zone *policy_zone) cdata = e_client_cdata_get(ec); if (e_comp_wl_subsurface_check(ec)) continue; if ((!ec->first_mapped) && - (e_view_client_content_type_get(view_client) == E_COMP_OBJECT_CONTENT_TYPE_INT_IMAGE)) continue; + (e_view_client_external_view_type_get(view_client) == E_VIEW_CLIENT_EXTERNAL_VIEW_TYPE_NONE)) continue; /* TODO: need to check whether window intersects with entire screen, not zone. */ /* if (!E_INTERSECTS(ec->x, ec->y, ec->w, ec->h, zone->x, zone->y, zone->w, zone->h)) continue; */