From: Juyeon Lee Date: Tue, 20 Mar 2018 11:15:02 +0000 (+0900) Subject: e_comp: add condition of hwc in case of quickpanel X-Git-Tag: submit/tizen_4.0/20180322.083256~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c6ab1ee69489eaea9ff1aa9ebe47f2a4c4e130c;p=platform%2Fupstream%2Fenlightenment.git e_comp: add condition of hwc in case of quickpanel Change-Id: I4c98aec34939c4b232cee14e55e184d782a1b936 --- diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 25f7e5422c..f53e5f0446 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -782,7 +782,7 @@ _e_comp_hwc_prepare(void) if (E_POLICY_QUICKPANEL_LAYER >= evas_object_layer_get(ec->frame)) { // check whether quickpanel is open than break - if (e_qp_visible_get()) break; + if (e_config->use_desk_smart_obj && e_qp_visible_get()) break; } // if ec->frame is not for client buffer (e.g. launchscreen)