From ed4d960607d754c407a6964af86afcf0ad294123 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 30 Apr 2021 22:30:46 +0200 Subject: Some small fixes here and there --- apps/wm/wm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/wm/wm.c b/apps/wm/wm.c index 237026d..a81c594 100644 --- a/apps/wm/wm.c +++ b/apps/wm/wm.c @@ -582,6 +582,8 @@ int main(int argc, char **argv) cursor = window_new(wm_client, vec2(0, 0), vec2(32, 32), WF_NO_DRAG | WF_NO_FOCUS | WF_NO_RESIZE | WF_ALPHA); + for (u32 i = 0; i < direct->ctx.bytes; i++) + direct->ctx.fb[i] = 0x42; /* gfx_write(&direct->ctx, vec2(0, 0), FONT_32, COLOR_FG, "Loading Melvix..."); */ while (1) ; -- cgit v1.2.3