From 5d1abc9111a2a448f05462e6140fadb7448218e6 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 21 Aug 2026 10:23:52 +0200 Subject: 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. --- mu_x11.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 mu_x11.h (limited to 'mu_x11.h') 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 -#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 -- cgit v1.3