summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-16 18:16:00 +0100
committerBert <ber.t@gmx.com>2011-02-16 18:16:00 +0100
commit8919204a2e666e12216240a792bfff7a391d4d43 (patch)
tree057989f1a75c90f7257cc08f118e0197c2e87cef /image.h
parent89ec18385b1d9e76463afd443b25c203a83c94cb (diff)
downloadnsxiv-8919204a2e666e12216240a792bfff7a391d4d43.tar.zst
Render thumbnails
Diffstat (limited to 'image.h')
-rw-r--r--image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/image.h b/image.h
index d0ebbf1..49ce70e 100644
--- a/image.h
+++ b/image.h
@@ -52,6 +52,8 @@ typedef struct img_s {
typedef struct thumb_s {
int x;
int y;
+ int w;
+ int h;
Pixmap pm;
} thumb_t;