diff options
author | Bert <ber.t@gmx.com> | 2011-02-17 14:45:54 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-17 14:45:54 +0100 |
commit | e09a6b5e3f8c3869617fb3e749c4e455ba50989a (patch) | |
tree | 5f8cbeafdd221fa6af950b831ef39ff51a9fb119 /thumbs.c | |
parent | 1c072cc0d0b06869630bc2d842a28a7899494de8 (diff) |
Appropriate title for thumbnail mode
Diffstat (limited to 'thumbs.c')
-rw-r--r-- | thumbs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |