aboutsummaryrefslogtreecommitdiffstats
path: root/image.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 /image.h
parent9ab9cee088dd9c506358bcde96a5b2cc6339af22 (diff)
downloadnsxiv-99dfd14919f55742cbd311bd6032ce0f1dc361c5.tar.zst
Fixed Imlib file handle type, issue #117
Diffstat (limited to 'image.h')
-rw-r--r--image.h4
1 files changed, 2 insertions, 2 deletions
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;