missed a comment on this debugging else here which may have broken the world if given the chance

This commit is contained in:
Mike Blumenkrantz 2013-07-26 16:11:18 +01:00
parent 4e7c4ac944
commit c9589f53ef
1 changed files with 1 additions and 1 deletions

View File

@ -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!");