From d7b837ad4aa5306bd318fafa32f40599622f2c2a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 12 Jan 2005 04:06:55 +0000 Subject: [PATCH] temporary prototypes for OpenGL 2.0 --- include/GL/gl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/GL/gl.h b/include/GL/gl.h index 1d35af8..eacd9b2 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -2250,6 +2250,16 @@ typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEATIPROC) (GLenum modeRGB, GLen **/ +/* + * XXX temporary - remove when glext.h is updated + */ +#ifndef GL_VERSION_2_0 +GLAPI void GLAPIENTRY glStencilOpSeparate (GLenum, GLenum, GLenum, GLenum); +GLAPI void GLAPIENTRY glStencilFuncSeparate (GLenum, GLenum, GLint, GLuint); +GLAPI void GLAPIENTRY glStencilMaskSeparate (GLenum, GLuint); +#endif + + /********************************************************************** * Begin system-specific stuff */ -- 2.7.4