aboutsummaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-19 14:07:45 +0100
committerBert <ber.t@gmx.com>2011-01-19 14:07:45 +0100
commita7e30bb081ab0a27147f97b8851d7bb76c39c51b (patch)
treed56d33272e11a27e9a5523bcbb2556745b7c6e1a /image.h
parent79c7e6178e9b577158408157ec23a477556ecf16 (diff)
downloadnsxiv-a7e30bb081ab0a27147f97b8851d7bb76c39c51b.tar.zst
Option handling, merged app.c & events.c into main.c
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 7eaf197..17a913c 100644
--- a/image.h
+++ b/image.h
@@ -36,13 +36,13 @@ typedef struct img_s {
int h;
int x;
int y;
-
Imlib_Image *im;
} img_t;
void imlib_init(win_t*);
+void imlib_destroy();
-void img_load(img_t*, char*);
+void img_load(img_t*, const char*);
void img_render(img_t*, win_t*);
#endif /* IMAGE_H */