aboutsummaryrefslogtreecommitdiffstats
path: root/src/meh.h
diff options
context:
space:
mode:
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);
+