From: Juyeon Lee Date: Wed, 8 Jun 2016 12:14:40 +0000 (+0900) Subject: e_comp: when nocomp, e_comp_hwc_display_client only if X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bb24e8b6c13e2ae56bbf263f8bcd25d97f091f5;p=platform%2Fupstream%2Fenlightenment.git e_comp: when nocomp, e_comp_hwc_display_client only if 1. no e_comp->evas rendering 2. there is nocomp ec updates(surface commit) Change-Id: I52a10c7c0e1748ae6904b9e9b4e6d0889b74e394 --- diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 08739d653a..b57a4874fc 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -1352,7 +1352,7 @@ _e_comp_cb_idle(void) if (!e_comp->hwc) goto end; if (!_e_comp_hwc_is_on()) goto end; - //if (evas_changed_get(ecore_evas_get(e_comp->ee))) return ECORE_CALLBACK_RENEW; + if (evas_changed_get(ecore_evas_get(e_comp->ee))) goto end; EINA_LIST_FOREACH_SAFE(e_comp->zones, l, ll, zone) {