Blame


1 8951cb19 2022-07-01 op #include <X11/Xcms.h>
2 8951cb19 2022-07-01 op #include <X11/Xlib.h>
3 8951cb19 2022-07-01 op #include <X11/Xresource.h>
4 8951cb19 2022-07-01 op #include <X11/Xutil.h>
5 8951cb19 2022-07-01 op #include <X11/keysym.h>
6 8951cb19 2022-07-01 op #include <X11/Xft/Xft.h>
7 8951cb19 2022-07-01 op
8 8951cb19 2022-07-01 op #include <X11/extensions/Xinerama.h>
9 8951cb19 2022-07-01 op
10 8951cb19 2022-07-01 op int
11 8951cb19 2022-07-01 op main(void)
12 8951cb19 2022-07-01 op {
13 8951cb19 2022-07-01 op XOpenDisplay(NULL);
14 8951cb19 2022-07-01 op return (0);
15 8951cb19 2022-07-01 op }