From 8919204a2e666e12216240a792bfff7a391d4d43 Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 16 Feb 2011 18:16:00 +0100 Subject: Render thumbnails --- image.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'image.h') 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; -- cgit v1.2.3