aboutsummaryrefslogtreecommitdiff
path: root/mu_x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'mu_x11.h')
-rw-r--r--mu_x11.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/mu_x11.h b/mu_x11.h
deleted file mode 100644
index 056fcd5..0000000
--- a/mu_x11.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef MU_X11_H
-#define MU_X11_H
-#include <X11/Xlib.h>
-#include "vendor/microui.h"
-void mux_init(Display *d, Window w, const char *fontname);
-int mux_text_width(mu_Font font, const char *s, int len);
-int mux_text_height(mu_Font font);
-void mux_present(mu_Context *ctx, int w, int h, mu_Color bg);
-#endif