discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=269b5fcc0ec044fe511784184c921c01d06793ef
commit 269b5fcc0ec044fe511784184c921c01d06793ef Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Fri Oct 2 13:41:17 2015 -0400 fix return value of comp render for wayland clients --- src/bin/e_comp_object.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 429a831..d0bb834 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -3634,6 +3634,8 @@ e_comp_object_render(Evas_Object *obj) RENDER_DEBUG("UPDATE [%p] %i %i %ix%i", cw->ec, r->x, r->y, r->w, r->h); } } + else + ret = EINA_TRUE; /* set pixel data */ if (e_comp->comp_type == E_PIXMAP_TYPE_WL) { --