aboutsummaryrefslogtreecommitdiffstats
path: root/src/meh.h
diff options
context:
space:
mode:
authorJohn Hawthorn <jhawthor@uvic.ca>2008-06-24 23:54:54 -0700
committerJohn Hawthorn <jhawthor@uvic.ca>2008-06-24 23:54:54 -0700
commitae22db5d707dd2728bbdf4d2f70d7d9285017024 (patch)
tree56f5fa0aec8e3a5d10ad582bc080658115f23a66 /src/meh.h
parent29510850182646a62d7969641edd8265a8cfc7ac (diff)
downloadmirror-meh-ae22db5d707dd2728bbdf4d2f70d7d9285017024.tar.gz
mirror-meh-ae22db5d707dd2728bbdf4d2f70d7d9285017024.tar.bz2
mirror-meh-ae22db5d707dd2728bbdf4d2f70d7d9285017024.zip
cleanup
Diffstat (limited to 'src/meh.h')
-rw-r--r--src/meh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/meh.h b/src/meh.h
index 46f4e0e..4190bb4 100644
--- a/src/meh.h
+++ b/src/meh.h
@@ -20,5 +20,6 @@ struct image{
XImage *ximage(struct image *img, unsigned int width, unsigned int height);
void setaspect(unsigned int w, unsigned int h);
void xinit();
-void drawimage(struct image *img, unsigned int width, unsigned int height);
+void drawimage(XImage *ximg, unsigned int width, unsigned int height);
+XImage *getimage(struct image *img, int width, int height);