aboutsummaryrefslogtreecommitdiff
path: root/mu_x11.h
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukasz@arcofasiagroup.com>2026-08-21 10:23:52 +0200
committerLukasz Kasprzak <lukasz@arcofasiagroup.com>2026-08-21 10:23:52 +0200
commit5d1abc9111a2a448f05462e6140fadb7448218e6 (patch)
tree6eefaf104d40241b27f9afc2cf686e3c62337f7b /mu_x11.h
parent69add3767988d0dfc6ecac37405cfb10abe8dbb7 (diff)
downloadcolitur-x-5d1abc9111a2a448f05462e6140fadb7448218e6.tar.gz
colitur-x-5d1abc9111a2a448f05462e6140fadb7448218e6.zip
split: colitur-mu moves to colitur-experiments
This repo now holds one finished program rather than a finished one and a sketch. The microui front-end, its Xlib backend and the vendored microui went to ../colitur-experiments with their history intact. Makefile, config.h and README trimmed to match.
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