diff options
author | Marvin Borner | 2021-04-30 22:30:46 +0200 |
---|---|---|
committer | Marvin Borner | 2021-04-30 22:30:46 +0200 |
commit | ed4d960607d754c407a6964af86afcf0ad294123 (patch) | |
tree | b27d1089931b50a8f67d054490862862959b0a66 /apps | |
parent | 350748137b62e2aa15c62c53ebf4d30816e441f4 (diff) |
Some small fixes here and there
Diffstat (limited to 'apps')
-rw-r--r-- | apps/wm/wm.c | 2 |
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) ; |