From f7a03b00f0c90680a88db0a49ed30eaca529a932 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 18 Feb 2021 23:08:34 +0100 Subject: Fixed text writing --- apps/wm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/wm.c b/apps/wm.c index 6a63a4e..9e06b21 100644 --- a/apps/wm.c +++ b/apps/wm.c @@ -146,7 +146,7 @@ int main(int argc, char **argv) cursor = window_create(wm_client, "cursor", vec3(0, 0, 0), vec2(32, 32), WF_NO_DRAG | WF_NO_FOCUS | WF_NO_RESIZE); - //gfx_fill(&root->ctx, COLOR_WHITE); + gfx_write(&root->ctx, vec2(0, 0), FONT_32, COLOR_FG, "Loading Melvix..."); gfx_load_wallpaper(&root->ctx, "/res/wall.png"); gfx_load_wallpaper(&cursor->ctx, "/res/cursor.png"); -- cgit v1.2.3