diff options
Diffstat (limited to 'make/stub_includes/x11/X11')
-rw-r--r-- | make/stub_includes/x11/X11/X.h | 1 | ||||
-rw-r--r-- | make/stub_includes/x11/X11/Xutil.h | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/make/stub_includes/x11/X11/X.h b/make/stub_includes/x11/X11/X.h index 8aa8500cb..2cd64bbf0 100644 --- a/make/stub_includes/x11/X11/X.h +++ b/make/stub_includes/x11/X11/X.h @@ -10,6 +10,7 @@ typedef unsigned long VisualID; typedef XID Colormap; typedef XID Cursor; typedef XID Drawable; +typedef XID Font; typedef XID GContext; typedef XID KeySym; typedef XID Pixmap; diff --git a/make/stub_includes/x11/X11/Xutil.h b/make/stub_includes/x11/X11/Xutil.h index 017f8fb98..32c8d5be5 100644 --- a/make/stub_includes/x11/X11/Xutil.h +++ b/make/stub_includes/x11/X11/Xutil.h @@ -1,3 +1,6 @@ +#ifndef _XUTIL_H_ +#define _XUTIL_H_ + #include <X11/X.h> #include <X11/Xlib.h> @@ -30,3 +33,5 @@ typedef struct { #define VisualColormapSizeMask 0x80 #define VisualBitsPerRGBMask 0x100 #define VisualAllMask 0x1FF + +#endif /* #defined _XUTIL_H_ */ |