aboutsummaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-18 16:40:37 +0100
committerBert <ber.t@gmx.com>2011-01-18 16:40:37 +0100
commit7121e7b468e133cda882c574bf1d6933c490ae94 (patch)
tree6bd9966e5b2243850270f2c9d0b9892ec0f28c7a /image.h
parent22db1ed3614cbaf67bac7d24f86ebbe824188bef (diff)
downloadnsxiv-7121e7b468e133cda882c574bf1d6933c490ae94.tar.zst
Initialize imlib2
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 */