summaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'thumbs.c')
-rw-r--r--thumbs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thumbs.c b/thumbs.c
index b4e6976..a5b98fa 100644
--- a/thumbs.c
+++ b/thumbs.c
@@ -69,6 +69,7 @@ void tns_load(tns_t *tns, win_t *win, const char *filename) {
z = MIN(zw, zh);
t = &tns->thumbs[tns->cnt++];
+ t->filename = filename;
t->w = z * w;
t->h = z * h;