fix comp render return value for failed draws of non-argb clients
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 2 Oct 2015 17:42:33 +0000 (13:42 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 2 Oct 2015 17:57:29 +0000 (13:57 -0400)
src/bin/e_comp_object.c

index d0bb834..a9739c5 100644 (file)
@@ -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 */