summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-17 14:45:54 +0100
committerBert <ber.t@gmx.com>2011-02-17 14:45:54 +0100
commite09a6b5e3f8c3869617fb3e749c4e455ba50989a (patch)
tree5f8cbeafdd221fa6af950b831ef39ff51a9fb119 /thumbs.h
parent1c072cc0d0b06869630bc2d842a28a7899494de8 (diff)
downloadnsxiv-e09a6b5e3f8c3869617fb3e749c4e455ba50989a.tar.zst
Appropriate title for thumbnail mode
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/thumbs.h b/thumbs.h
index 170be27..01b161a 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -22,11 +22,12 @@
#include "window.h"
typedef struct thumb_s {
+ Pixmap pm;
+ const char *filename;
int x;
int y;
int w;
int h;
- Pixmap pm;
} thumb_t;
typedef struct tns_s {