discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=00895ca0140efe8c88bac3e44424946ac47d5a49

commit 00895ca0140efe8c88bac3e44424946ac47d5a49
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Oct 14 12:50:17 2015 -0400

    do not return when x11 damage event returns no rects
    
    ensure first_damage flag is set in all cases
---
 src/bin/e_comp_x.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index c655f9a..dadc70a 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)

-- 


Reply via email to