e_comp: add condition of hwc in case of quickpanel 71/173371/1
authorJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 20 Mar 2018 11:15:02 +0000 (20:15 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 20 Mar 2018 11:15:02 +0000 (20:15 +0900)
Change-Id: I4c98aec34939c4b232cee14e55e184d782a1b936

src/bin/e_comp.c

index 25f7e54..f53e5f0 100644 (file)
@@ -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)