From: Mike Blumenkrantz Date: Wed, 14 Oct 2015 16:50:17 +0000 (-0400) Subject: do not return when x11 damage event returns no rects X-Git-Tag: upstream/0.20.0~145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00895ca0140efe8c88bac3e44424946ac47d5a49;p=platform%2Fupstream%2Fenlightenment.git do not return when x11 damage event returns no rects ensure first_damage flag is set in all cases --- diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index c655f9a4f6..dadc70a404 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -2826,7 +2826,6 @@ _e_comp_x_damage(void *data EINA_UNUSED, int type EINA_UNUSED, Ecore_X_Event_Dam } //WRN("DAMAGE %p: %dx%d", ec, ev->area.width, ev->area.height); - if (!n) return ECORE_CALLBACK_RENEW; if (e_comp->nocomp) e_pixmap_dirty(ec->pixmap); else if (n)