summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
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;