PatchworkOS
3984a1d
A non-POSIX operating system.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
main.c
Go to the documentation of this file.
1
#include "
compositor.h
"
2
#include "
dwm.h
"
3
#include "
screen.h
"
4
5
#include <
stdio.h
>
6
7
int
main
(
void
)
8
{
9
dwm_init
();
10
screen_init
();
11
compositor_init
();
12
13
dwm_loop
();
14
15
screen_deinit
();
16
dwm_deinit
();
17
return
0;
18
}
main
int main(void)
Definition
main.c:5
screen_deinit
void screen_deinit(void)
Definition
screen.c:88
compositor_init
void compositor_init(void)
Definition
compositor.c:15
compositor.h
dwm.h
screen_init
void screen_init(void)
Initialize and enable the screen logging.
Definition
screen.c:80
dwm_loop
void dwm_loop(void)
Definition
dwm.c:811
dwm_init
void dwm_init(void)
Definition
dwm.c:84
dwm_deinit
void dwm_deinit(void)
Definition
dwm.c:162
screen.h
stdio.h
src
boxes
core
dwm
main.c
Generated on Sat Jan 10 2026 00:03:15 for PatchworkOS by
1.9.8