diff options
Diffstat (limited to 'make/stub_includes/x11/X11')
-rw-r--r-- | make/stub_includes/x11/X11/Intrinsic.h | 1 | ||||
-rw-r--r-- | make/stub_includes/x11/X11/X.h | 35 | ||||
-rw-r--r-- | make/stub_includes/x11/X11/Xlib.h | 1 | ||||
-rw-r--r-- | make/stub_includes/x11/X11/Xutil.h | 37 |
4 files changed, 0 insertions, 74 deletions
diff --git a/make/stub_includes/x11/X11/Intrinsic.h b/make/stub_includes/x11/X11/Intrinsic.h deleted file mode 100644 index 558d3791b..000000000 --- a/make/stub_includes/x11/X11/Intrinsic.h +++ /dev/null @@ -1 +0,0 @@ -#include <X11/X.h> diff --git a/make/stub_includes/x11/X11/X.h b/make/stub_includes/x11/X11/X.h deleted file mode 100644 index 239836ee4..000000000 --- a/make/stub_includes/x11/X11/X.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef _X_H_ -#define _X_H_ - -typedef struct {} * XID; -typedef int Bool; -typedef struct {} Display; -typedef int Status; -typedef struct {} Visual; -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; -typedef XID Window; - -typedef struct __GLXcontextRec *GLXContext; -//typedef void *GLXContext; -typedef XID GLXPixmap; -typedef XID GLXDrawable; -/* GLX 1.3 and later */ -typedef struct __GLXFBConfigRec *GLXFBConfig; -//typedef void *GLXFBConfig; -typedef XID GLXFBConfigID; -typedef XID GLXContextID; -typedef XID GLXWindow; -typedef XID GLXPbuffer; - -// Hacks for glXGetProcAddress -typedef void (*__GLXextFuncPtr)(void); -typedef unsigned char GLubyte; /* 1-byte unsigned */ - -#endif /* defined _X_H_ */ diff --git a/make/stub_includes/x11/X11/Xlib.h b/make/stub_includes/x11/X11/Xlib.h deleted file mode 100644 index 558d3791b..000000000 --- a/make/stub_includes/x11/X11/Xlib.h +++ /dev/null @@ -1 +0,0 @@ -#include <X11/X.h> diff --git a/make/stub_includes/x11/X11/Xutil.h b/make/stub_includes/x11/X11/Xutil.h deleted file mode 100644 index 32c8d5be5..000000000 --- a/make/stub_includes/x11/X11/Xutil.h +++ /dev/null @@ -1,37 +0,0 @@ -#ifndef _XUTIL_H_ -#define _XUTIL_H_ - -#include <X11/X.h> -#include <X11/Xlib.h> - -/* - * Information used by the visual utility routines to find desired visual - * type from the many visuals a display may support. - */ - -typedef struct { - Visual *visual; - VisualID visualid; - int screen; - int depth; - int c_class; /* C++ */ - unsigned long red_mask; - unsigned long green_mask; - unsigned long blue_mask; - int colormap_size; - int bits_per_rgb; -} XVisualInfo; - -#define VisualNoMask 0x0 -#define VisualIDMask 0x1 -#define VisualScreenMask 0x2 -#define VisualDepthMask 0x4 -#define VisualClassMask 0x8 -#define VisualRedMaskMask 0x10 -#define VisualGreenMaskMask 0x20 -#define VisualBlueMaskMask 0x40 -#define VisualColormapSizeMask 0x80 -#define VisualBitsPerRGBMask 0x100 -#define VisualAllMask 0x1FF - -#endif /* #defined _XUTIL_H_ */ |