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:
269b5fc
)
fix comp render return value for failed draws of non-argb clients
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 2 Oct 2015 17:42:33 +0000
(13:42 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 2 Oct 2015 17:57:29 +0000
(13:57 -0400)
src/bin/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_object.c
b/src/bin/e_comp_object.c
index d0bb834873ad94cacc6120e23c9c1c2572fc2144..a9739c5072ff9998b3d921bac36696aa924f6888 100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-3688,7
+3688,7
@@
e_comp_object_render(Evas_Object *obj)
eina_iterator_free(it);
E_FREE_FUNC(cw->pending_updates, eina_tiler_free);
- return
EINA_TRUE
;
+ return
ret
;
}
/* create a duplicate of an evas object */