From 046b2b7a38ec66208c96be59c030294b6d10351b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 16 Oct 2021 19:36:53 +0200 Subject: Add font rendering --- src/window.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/window.c') diff --git a/src/window.c b/src/window.c index 253ea3a..5e09261 100644 --- a/src/window.c +++ b/src/window.c @@ -72,7 +72,6 @@ int mgl_window_create_with_params(mgl_window *self, const char *title, int width return -1; } - /* TODO: Test utf8 */ XStoreName(context->connection, self->window, title); XMapWindow(context->connection, self->window); XFlush(context->connection); -- cgit v1.2.3