From 72cd81ccaa452b36cbb83f94668ff37893ebe7fa Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 17 Jun 2008 02:29:59 -0700 Subject: reorganized --- src/meh.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/meh.h') 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); + -- cgit v1.2.3