From 269b5fcc0ec044fe511784184c921c01d06793ef Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 2 Oct 2015 13:41:17 -0400 Subject: [PATCH] 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 429a8311d..d0bb83487 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) {