discomfitor pushed a commit to branch enlightenment-0.19. http://git.enlightenment.org/core/enlightenment.git/commit/?id=0cec30df72b27695214203c85ee33fbbadcfef9d
commit 0cec30df72b27695214203c85ee33fbbadcfef9d Author: Mike Blumenkrantz <[email protected]> Date: Wed Oct 14 13:03:16 2015 -0400 fix typo in previous damage rect commit --- src/bin/e_comp_x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index fe54a9b..2cdd060 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -2702,7 +2702,7 @@ _e_comp_x_damage(void *data EINA_UNUSED, int type EINA_UNUSED, Ecore_X_Event_Dam e_comp_object_damage(ec->frame, 0, 0, ec->w, ec->h); skip = EINA_TRUE; } - else if (ec->comp_data->damage) + if (ec->comp_data->damage) { Ecore_X_Region parts; Ecore_X_Rectangle bounds; --
