aboutsummaryrefslogtreecommitdiffstats
path: root/src/meh.h
diff options
context:
space:
mode:
authorJohn Hawthorn <jhawthor@uvic.ca>2008-06-17 02:29:59 -0700
committerJohn Hawthorn <jhawthor@uvic.ca>2008-06-17 02:29:59 -0700
commit72cd81ccaa452b36cbb83f94668ff37893ebe7fa (patch)
tree4a6130cc504410f7f8b143fb87ce7a110353534f /src/meh.h
parente0e1ecc20ada06a1c1cfea359b01b61cdfb44acd (diff)
downloadmirror-meh-72cd81ccaa452b36cbb83f94668ff37893ebe7fa.tar.gz
mirror-meh-72cd81ccaa452b36cbb83f94668ff37893ebe7fa.tar.bz2
mirror-meh-72cd81ccaa452b36cbb83f94668ff37893ebe7fa.zip
reorganized
Diffstat (limited to 'src/meh.h')
-rw-r--r--src/meh.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/meh.h b/src/meh.h
index bd91910..4c1b4e8 100644
--- a/src/meh.h
+++ b/src/meh.h
@@ -15,3 +15,10 @@ struct image{
struct imageformat *fmt;
};
+#include "X11/Xlib.h"
+
+XImage *ximage(struct image *img, int width, int height);
+void setaspect(int w, int h);
+void xinit();
+void drawimage(struct image *img, int width, int height);
+