fix return value of comp render for wayland clients
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 2 Oct 2015 17:41:17 +0000 (13:41 -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 429a831..d0bb834 100644 (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)
           {