summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-20 21:44:34 +0100
committerBert <ber.t@gmx.com>2011-01-20 21:44:34 +0100
commit029e1208b91250f4bd91ecc2015d051294fb9d3f (patch)
treec746d1a81e7babb17283d2326bdd2dea310eb4ed /image.h
parent08018427c61435de9cd8dca1d1cc9bb69ca2fd74 (diff)
downloadnsxiv-029e1208b91250f4bd91ecc2015d051294fb9d3f.tar.zst
No more expose handling
Diffstat (limited to 'image.h')
-rw-r--r--image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.h b/image.h
index a889704..9e14f15 100644
--- a/image.h
+++ b/image.h
@@ -41,6 +41,6 @@ void imlib_destroy();
int img_load(img_t*, const char*);
void img_display(img_t*, win_t*);
-void img_render(img_t*, win_t*, int, int, int, int);
+void img_render(img_t*, win_t*);
#endif /* IMAGE_H */