projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db1461a
)
e_comp: when nocomp, e_comp_hwc_display_client only if
author
Juyeon Lee
<juyeonne.lee@samsung.com>
Wed, 8 Jun 2016 12:14:40 +0000
(21:14 +0900)
committer
Juyeon Lee
<juyeonne.lee@samsung.com>
Fri, 10 Jun 2016 02:14:04 +0000
(11:14 +0900)
1. no e_comp->evas rendering
2. there is nocomp ec updates(surface commit)
Change-Id: I52a10c7c0e1748ae6904b9e9b4e6d0889b74e394
src/bin/e_comp.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index 08739d653a12ba25c83f8aa4c767012c6c4d5ddf..b57a4874fcbbd2fa47db5493d7ffd74a4a8be250 100644
(file)
--- 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)
{