mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
start button > BrewOS
This commit is contained in:
parent
ff20bcb284
commit
03da092d01
6 changed files with 1 additions and 1 deletions
BIN
brewos.iso
BIN
brewos.iso
Binary file not shown.
BIN
build/brewos.elf
BIN
build/brewos.elf
Binary file not shown.
Binary file not shown.
BIN
build/wm.o
BIN
build/wm.o
Binary file not shown.
Binary file not shown.
|
|
@ -262,7 +262,7 @@ void wm_paint(void) {
|
|||
draw_rect(0, sh - 28, sw, 2, COLOR_WHITE); // Top highlight
|
||||
|
||||
// 5. Start Button
|
||||
draw_button(2, sh - 26, 60, 24, "Start", start_menu_open);
|
||||
draw_button(2, sh - 26, 60, 24, "BrewOS", start_menu_open);
|
||||
|
||||
// Clock
|
||||
draw_clock(sw - 80, sh - 20);
|
||||
|
|
|
|||
Loading…
Reference in a new issue