diff options
author | Bert <ber.t@gmx.com> | 2011-01-18 16:40:37 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-18 16:40:37 +0100 |
commit | 7121e7b468e133cda882c574bf1d6933c490ae94 (patch) | |
tree | 6bd9966e5b2243850270f2c9d0b9892ec0f28c7a /image.h | |
parent | 22db1ed3614cbaf67bac7d24f86ebbe824188bef (diff) |
Initialize imlib2
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |