From add4934d0cad669fbaa377aa2825999368525bad Mon Sep 17 00:00:00 2001 From: ikits Date: Thu, 5 Feb 2004 21:59:20 +0000 Subject: [PATCH] blending bug fix git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@225 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/core/GL_VERSION_1_4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto/core/GL_VERSION_1_4 b/auto/core/GL_VERSION_1_4 index 46bbf69..a9fbeb5 100644 --- a/auto/core/GL_VERSION_1_4 +++ b/auto/core/GL_VERSION_1_4 @@ -38,8 +38,8 @@ GL_VERSION_1_4 GL_TEXTURE_LOD_BIAS 0x8501 GL_MAX_TEXTURE_LOD_BIAS 0x84FD GL_MIRRORED_REPEAT 0x8370 - void glBlendColor (GLenum mode) - void glBlendEquation (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) + void glBlendEquation (GLenum mode) + void glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) void glFogCoordf (GLfloat coord) void glFogCoordfv (const GLfloat *coord) void glFogCoordd (GLdouble coord)