fix comp render return value for failed draws of non-argb clients

This commit is contained in:
Mike Blumenkrantz 2015-10-02 13:42:33 -04:00
parent 269b5fcc0e
commit 588a9766e4
1 changed files with 1 additions and 1 deletions

View 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 */