From 99dfd14919f55742cbd311bd6032ce0f1dc361c5 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Fri, 13 Dec 2013 13:04:45 +0100 Subject: Fixed Imlib file handle type, issue #117 --- thumbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.h') diff --git a/thumbs.h b/thumbs.h index 64ae412..758ae87 100644 --- a/thumbs.h +++ b/thumbs.h @@ -27,7 +27,7 @@ typedef struct { const fileinfo_t *file; - Imlib_Image *im; + Imlib_Image im; int w; int h; int x; -- cgit v1.2.3-54-g00ecf