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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.c') diff --git a/image.c b/image.c index ee49076..2d82f95 100644 --- a/image.c +++ b/image.c @@ -126,7 +126,7 @@ bool img_load_gif(img_t *img, const fileinfo_t *file) ColorMapObject *cmap; DATA32 bgpixel, *data, *ptr; DATA32 *prev_frame = NULL; - Imlib_Image *im; + Imlib_Image im; int i, j, bg, r, g, b; int x, y, w, h, sw, sh; int px, py, pw, ph; -- cgit v1.2.3-54-g00ecf