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 /thumbs.h | |
parent | 9ab9cee088dd9c506358bcde96a5b2cc6339af22 (diff) |
Fixed Imlib file handle type, issue #117
Diffstat (limited to 'thumbs.h')
-rw-r--r-- | thumbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ typedef struct { const fileinfo_t *file; - Imlib_Image *im; + Imlib_Image im; int w; int h; int x; |