summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-04-07 01:26:08 +0200
committerBert <ber.t@gmx.com>2011-04-07 01:26:08 +0200
commit83bdf67d51c3f7ae996886c56556afe2a7f462e3 (patch)
treec623fab4385cf3ce8d9cbc3b6810473b39d1f45d /thumbs.h
parent9fcf2c8f3467f163031b56c1750e2a27df0d3d64 (diff)
downloadnsxiv-83bdf67d51c3f7ae996886c56556afe2a7f462e3.tar.zst
First things for thumbnail caching
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thumbs.h b/thumbs.h
index 4b428d7..60e7e7b 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -32,6 +32,7 @@ typedef enum {
typedef struct {
Imlib_Image *im;
+ const char *filename;
int x;
int y;
int w;