summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2013-12-13 13:04:45 +0100
committerBert Münnich <ber.t@posteo.de>2013-12-13 13:04:45 +0100
commit99dfd14919f55742cbd311bd6032ce0f1dc361c5 (patch)
treec6d0b47777f671b367475a4ebc2b0bc16302641b /thumbs.h
parent9ab9cee088dd9c506358bcde96a5b2cc6339af22 (diff)
downloadnsxiv-99dfd14919f55742cbd311bd6032ce0f1dc361c5.tar.zst
Fixed Imlib file handle type, issue #117
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h2
1 files changed, 1 insertions, 1 deletions
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;