discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=a558c940ebfb63e7a863f3458d7a77adc34f2205

commit a558c940ebfb63e7a863f3458d7a77adc34f2205
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Oct 2 13:42:33 2015 -0400

    fix comp render return value for failed draws of non-argb clients
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index d475d28..a1772cd 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -3490,7 +3490,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 */

-- 


Reply via email to