PatchworkOS
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
}
compositor_init
void compositor_init(void)
Definition
compositor.c:15
compositor.h
dwm.h
dwm_loop
void dwm_loop(void)
Definition
dwm.c:729
dwm_init
void dwm_init(void)
Definition
dwm.c:84
dwm_deinit
void dwm_deinit(void)
Definition
dwm.c:158
main
int main()
Definition
main.c:97
screen_deinit
void screen_deinit(void)
Definition
screen.c:87
screen_init
void screen_init(void)
Definition
screen.c:79
screen.h
stdio.h
src
programs
dwm
main.c
Generated by
1.9.8