mesa: add another missing GLAPIENTRY keyword

NOTE: this is a candidate for the 7.10 branch.
This commit is contained in:
José Fonseca
2011-05-19 16:39:57 +01:00
parent 116133af34
commit f4a9868811
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ _mesa_BlendEquationSeparateEXT( GLenum modeRGB, GLenum modeA )
/**
* Set separate blend equations for one color buffer/target.
*/
void
void GLAPIENTRY
_mesa_BlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeA)
{
GET_CURRENT_CONTEXT(ctx);
+1 -1
View File
@@ -68,7 +68,7 @@ extern void GLAPIENTRY
_mesa_BlendEquationSeparateEXT( GLenum modeRGB, GLenum modeA );
extern void
extern void GLAPIENTRY
_mesa_BlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeA);