From 4152fbecb6ee8360575aa4c24e9cedf822f159dc Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Wed, 25 Mar 2026 19:59:14 -0700 Subject: Implement vertical and horizontal layouts. Use widget position properly when rendering. Toolbar, buttons and edit bars WIP --- src/ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui.c') diff --git a/src/ui.c b/src/ui.c index 4d09584..e281f2f 100644 --- a/src/ui.c +++ b/src/ui.c @@ -8,6 +8,7 @@ bool uiInit(void) { // TODO: Embed the font into the library instead. + // TODO: Better error reporting. const char* font_path = "../ui/fontbaker/NK57.bin"; if (!(g_ui.font = LoadFontAtlas(font_path))) { return false; -- cgit v1.2.3