npv:_reasonable_ "pedanticage" of the code
[nyanmp.git] / npv / xcb / main.c
blobf0e085b27af31dc7ac8cde69b0861ee9fd7a94f2
1 #ifndef NPV_XCB_MAIN_C
2 #define NPV_XCB_MAIN_C
3 /*
4 * code protected with a GNU affero GPLv3 license
5 * copyright (C) 2020 Sylvain BERTRAND
6 */
7 #include <stdbool.h>
8 #include <stdarg.h>
9 #include <string.h>
10 #include <stdlib.h>
11 #include <stdio.h>
12 #include <unistd.h>
13 #include <dlfcn.h>
14 #include <sys/timerfd.h>
15 #include <xcb/xcb.h>
16 #include <xcb/xfixes.h>
17 #include "npv/c_fixing.h"
18 #include "npv/global.h"
19 #include "npv/public.h"
20 #include "npv/xcb/public.h"
21 #include "npv/video/public.h"
22 /*----------------------------------------------------------------------------*/
23 #include "npv/config.h"
24 /*----------------------------------------------------------------------------*/
25 #include "npv/xcb/local/state.frag.c"
26 /*----------------------------------------------------------------------------*/
27 #include "npv/xcb/local/code.frag.c"
28 #include "npv/xcb/public/code.frag.c"
29 #endif