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:
6bf243c
)
e_comp: don't allow hwc if ec is animating
43/193143/1
accepted/tizen/4.0/unified/20181130.133629
submit/tizen_4.0/20181129.110801
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 14 Nov 2018 08:57:59 +0000
(17:57 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 14 Nov 2018 08:58:48 +0000
(17:58 +0900)
Change-Id: I3c189c99c84637c8737f635cf400230f72c1d8fe
src/bin/e_comp.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index 7a1ce54843c1e9c093585c9a04d2db4c9c7eb192..c74dc37525112cd4cccaec1fb188c1fd72d63c32 100644
(file)
--- a/
src/bin/e_comp.c
+++ b/
src/bin/e_comp.c
@@
-321,6
+321,8
@@
_hwc_available_get(E_Client *ec)
if (ec->comp_override > 0) return EINA_FALSE;
+ if (e_comp_object_is_animating(ec->frame)) return EINA_FALSE;
+
if ((!cdata) ||
(!cdata->buffer_ref.buffer) ||
(cdata->width_from_buffer != cdata->width_from_viewport) ||