summaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-17 14:13:18 +0100
committerBert <ber.t@gmx.com>2011-02-17 14:13:18 +0100
commitb828b554191c761776e4757d1b92156c624c75f6 (patch)
tree1fc4bc692d7dac926a6ce8ee1760383b84ab1510 /thumbs.c
parente2889ab891ba91ec71f8e2088fcb2c0123069054 (diff)
downloadnsxiv-b828b554191c761776e4757d1b92156c624c75f6.tar.zst
Immediately respond to events while loading thumbs
Diffstat (limited to 'thumbs.c')
-rw-r--r--thumbs.c2
1 files changed, 2 insertions, 0 deletions
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;