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 --- image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'image.h') diff --git a/image.h b/image.h index 09322c2..04d48a3 100644 --- a/image.h +++ b/image.h @@ -25,7 +25,7 @@ #include "window.h" typedef struct { - Imlib_Image *im; + Imlib_Image im; unsigned int delay; } img_frame_t; @@ -38,7 +38,7 @@ typedef struct { } multi_img_t; typedef struct { - Imlib_Image *im; + Imlib_Image im; int w; int h; -- cgit v1.2.3-54-g00ecf