aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/wm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/wm.c b/apps/wm.c
index aa46b8f..5f9503e 100644
--- a/apps/wm.c
+++ b/apps/wm.c
@@ -23,8 +23,8 @@ void main(char **argv)
print("WM loaded.\n");
printf("VBE: %dx%d\n", vbe->width, vbe->height);
- const u32 color[3] = { 0xff, 0xff, 0 };
- const u32 text[3] = { 0, 0, 0 };
+ const u32 color[3] = { 0, 0, 0 };
+ const u32 text[3] = { 0xff, 0xff, 0xff };
vesa_fill(vbe, color);
gui_init("/font/spleen-16x32.psfu");
gui_write(vbe, 50, 50, text, "hallo");