diff options
author | Bert <ber.t@gmx.com> | 2011-02-16 18:16:00 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-16 18:16:00 +0100 |
commit | 8919204a2e666e12216240a792bfff7a391d4d43 (patch) | |
tree | 057989f1a75c90f7257cc08f118e0197c2e87cef /image.h | |
parent | 89ec18385b1d9e76463afd443b25c203a83c94cb (diff) |
Render thumbnails
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ typedef struct img_s { typedef struct thumb_s { int x; int y; + int w; + int h; Pixmap pm; } thumb_t; |