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

Commit

Permalink
Update wm.c
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAlavik authored Feb 27, 2024
1 parent 2371d1e commit c32acbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/system/wm/wm.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ void init_wm() {
printf("Hello, World!\n");
printf("Hello, World!\n");
printf("Hello, World!\n");

pit_sleep(10000);
destroy_window(&test_window);
}

0 comments on commit c32acbc

Please sign in to comment.