From c9589f53ef3e6350b7e6d03239e3588e037d4fdf Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 26 Jul 2013 16:11:18 +0100 Subject: [PATCH] missed a comment on this debugging else here which may have broken the world if given the chance --- src/bin/e_comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 8a956bf5b..0aa26ed56 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -3011,7 +3011,7 @@ _e_comp_show(void *data EINA_UNUSED, int type EINA_UNUSED, void *event) //INF("SHOW: %p %u:%u", cw, ev->win, ev->event_win); if (cw->free_shape) _e_comp_win_shape_create(cw, cw->x, cw->y, cw->w, cw->h); } - else + //else //INF("SHOW: %p %u:%u || %d", cw, ev->win, ev->event_win, cw->animating); //if (cw->animating) //INF("ANIMATING!");