Skip to content

Commit

Permalink
kernel: Change default window background color to white
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Jun 16, 2024
1 parent 1342c96 commit 6848c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/window/window.asm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ new_window:
call set_overlay_framebuffer_pointer
mov r0, r11
call enable_overlay
mov r0, 0xFF000000
mov r0, 0xFFFFFFFF
mov r1, r11
call fill_overlay
pop r0
Expand Down

0 comments on commit 6848c12

Please sign in to comment.