From 0674a3678d747335ad36f0f57e3bdc9c168f0dcf Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 6 Mar 2015 09:42:13 +0100 Subject: Bug 1135 - Fix other GL header and windows-system header - GL/gl.h: remove added gl-types.h include, which causes 'redefined' warnings or errors. - GLES/glext.h: Use vanilla 'typedef void* GLeglImageOES' - opengl/gl-types.h: Complete all GL types - Fix windows.h and all its related header --- make/stub_includes/x11/X11/X.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'make/stub_includes/x11/X11/X.h') diff --git a/make/stub_includes/x11/X11/X.h b/make/stub_includes/x11/X11/X.h index 239836ee4..2deb46597 100644 --- a/make/stub_includes/x11/X11/X.h +++ b/make/stub_includes/x11/X11/X.h @@ -17,12 +17,10 @@ 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; -- cgit v1.2.3