From b828b554191c761776e4757d1b92156c624c75f6 Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 17 Feb 2011 14:13:18 +0100 Subject: Immediately respond to events while loading thumbs --- thumbs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index 9a8791f..b4e6976 100644 --- a/thumbs.c +++ b/thumbs.c @@ -84,6 +84,8 @@ void tns_render(tns_t *tns, win_t *win) { if (!tns || !win) return; + + printf("tns_render()\n"); tns->cols = win->w / thumb_dim; tns->rows = win->h / thumb_dim; -- cgit v1.2.3