fix return value of comp render for wayland clients

This commit is contained in:
Mike Blumenkrantz 2015-10-02 13:41:17 -04:00
parent 81b61634c4
commit 269b5fcc0e
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{