Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
New wallpaper and example window
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAlavik committed Mar 23, 2024
1 parent b91e223 commit baae387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Binary file modified ramdisk/etc/theme/wm/wallpaper.tga
Binary file not shown.
11 changes: 2 additions & 9 deletions src/system/wm/wm.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,11 @@ void update_wm()

void init_wm()
{
keyboard.out = true;
keyboard.out = false;
process_mouse_input = true;
init_wallpaper();

Window window;
window.x = 100;
window.y = 100;
window.width = 600;
window.height = 400;

window_init(&window, window.x, window.y, window.width, window.height);

window_init(&window, 100, 100, 600, 400);
draw_window(&window);
}

Expand Down

0 comments on commit baae387

Please sign in to comment.