aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/wm/wm.c2
1 files changed, 2 insertions, 0 deletions
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)
;