aboutsummaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/image.h b/image.h
index e542c22..2634fe1 100644
--- a/image.h
+++ b/image.h
@@ -19,6 +19,8 @@
#ifndef IMAGE_H
#define IMAGE_H
+#include "window.h"
+
typedef enum scalemode_e {
SCALE_DOWN = 0,
SCALE_FIT,
@@ -34,4 +36,6 @@ typedef struct img_s {
int y;
} img_t;
+void imlib_init(win_t*);
+
#endif /* IMAGE_H */