From 55659ffcc38d547b2a1525b9e444ae9ec8394643 Mon Sep 17 00:00:00 2001 From: Bert Date: Tue, 15 Mar 2011 13:55:52 +0100 Subject: Use imlib-handles in thumbs.c instead of pixmaps --- thumbs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'thumbs.h') diff --git a/thumbs.h b/thumbs.h index af9c239..4b428d7 100644 --- a/thumbs.h +++ b/thumbs.h @@ -19,6 +19,8 @@ #ifndef THUMBS_H #define THUMBS_H +#include + #include "window.h" typedef enum { @@ -29,7 +31,7 @@ typedef enum { } tnsdir_t; typedef struct { - Pixmap pm; + Imlib_Image *im; int x; int y; int w; -- cgit v1.2.3