diff options
author | Bert Münnich <ber.t@posteo.de> | 2013-12-13 13:04:45 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2013-12-13 13:04:45 +0100 |
commit | 99dfd14919f55742cbd311bd6032ce0f1dc361c5 (patch) | |
tree | c6d0b47777f671b367475a4ebc2b0bc16302641b /image.c | |
parent | 9ab9cee088dd9c506358bcde96a5b2cc6339af22 (diff) |
Fixed Imlib file handle type, issue #117
Diffstat (limited to 'image.c')
-rw-r--r-- | image.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |