summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
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;