From b014342841485737424bee31840fd848fa706536 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 19 Nov 2020 20:03:54 +0100 Subject: Added some color --- apps/wm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/wm.c') diff --git a/apps/wm.c b/apps/wm.c index 544fb66..8fb7611 100644 --- a/apps/wm.c +++ b/apps/wm.c @@ -232,10 +232,10 @@ int main(int argc, char **argv) direct.fb = vbe.fb; list_add(contexts, &root); - /* gfx_write(&direct, 0, 0, FONT_32, COLOR_FG, "Welcome to Melvix!"); */ - /* gfx_write(&direct, 0, 32, FONT_32, COLOR_FG, "Loading resources..."); */ + gfx_write(&direct, 0, 0, FONT_32, COLOR_FG, "Welcome to Melvix!"); + gfx_write(&direct, 0, 32, FONT_32, COLOR_FG, "Loading resources..."); gfx_fill(&root, COLOR_FG); - /* gfx_load_wallpaper(&root, "/res/wall.bmp"); */ + gfx_load_wallpaper(&root, "/res/wall.bmp"); gfx_load_image(&cursor, "/res/cursor.bmp", 0, 0); redraw_all(); -- cgit v1.2.3