From 23b1503d79bc148521f8cff3c7b5f5faa146d1ac Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 8 Dec 2000 18:08:15 +0000 Subject: [PATCH] include glxext.h unless GLX_GLXEXT_LEGACY is defined --- include/GL/glx.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/GL/glx.h b/include/GL/glx.h index 7057442..5624a95 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -1,4 +1,4 @@ -/* $Id: glx.h,v 1.24 2000/11/25 18:52:58 brianp Exp $ */ +/* $Id: glx.h,v 1.25 2000/12/08 18:08:15 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -44,11 +44,11 @@ #pragma message enable nosimpint #endif #endif -#include "GL/gl.h" +#include #if defined(USE_MGL_NAMESPACE) -#include "glx_mangle.h" +#include #endif @@ -280,11 +280,11 @@ extern void glXGetSelectedEvent( Display *dpy, GLXDrawable drawable, -/*#ifndef GLX_GLXEXT_LEGACY*/ +#ifndef GLX_GLXEXT_LEGACY -/*#include */ +#include -/*#else*/ +#else /* @@ -432,7 +432,7 @@ extern void (*glXGetProcAddressARB(const GLubyte *procName))(); -/*#endif*/ /* GLX_GLXEXT_LEGACY */ +#endif /* GLX_GLXEXT_LEGACY */ -- 2.7.4