summaryrefslogtreecommitdiff
path: root/xenon.h
blob: 2af7ffb1805da456a85a99d6dae1d89f34181e33 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _xenon_h_
#define _xenon_h_

#define XLIB_ILLEGAL_ACCESS
#include <X11/Xlib.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>

#endif