Blob


1 #define Colormap XColormap
2 #define Cursor XCursor
3 #define Display XDisplay
4 #define Drawable XDrawable
5 #define Font XFont
6 #define GC XGC
7 #define Point XPoint
8 #define Rectangle XRectangle
9 #define Screen XScreen
10 #define Visual XVisual
11 #define Window XWindow
13 #include <X11/Xlib.h>
14 #include <X11/Xatom.h>
15 #include <X11/Xutil.h>
16 #include <X11/keysym.h>
17 #include <X11/IntrinsicP.h>
18 #include <X11/StringDefs.h>
20 #undef Colormap
21 #undef Cursor
22 #undef Display
23 #undef Drawable
24 #undef Font
25 #undef GC
26 #undef Point
27 #undef Rectangle
28 #undef Screen
29 #undef Visual
30 #undef Window