From 26c2179be7676df3049035e5e65039c7fc232cb7 Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 16 Feb 2011 21:40:20 +0100 Subject: Refactored thumbs, new files thumbs.[ch] --- image.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'image.h') diff --git a/image.h b/image.h index 49ce70e..fd5b0fe 100644 --- a/image.h +++ b/image.h @@ -49,20 +49,11 @@ typedef struct img_s { int h; } img_t; -typedef struct thumb_s { - int x; - int y; - int w; - int h; - Pixmap pm; -} thumb_t; - void img_init(img_t*, win_t*); void img_free(img_t*); int img_check(const char*); int img_load(img_t*, const char*); -int img_load_thumb(thumb_t*, const char*); void img_render(img_t*, win_t*); -- cgit v1.2.3