mesa: add another missing GLAPIENTRY keyword
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 19 May 2011 15:39:57 +0000 (16:39 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 19 May 2011 15:39:57 +0000 (16:39 +0100)
NOTE: this is a candidate for the 7.10 branch.

src/mesa/main/blend.c
src/mesa/main/blend.h

index 95c101c34ae756276129491d4b66b450d958ffbe..1856f00d53bd088318ad4e148388db9ee51074b0 100644 (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);
index 39e7c9fd49b717315a40dbabbd2362315275b7a7..d74f17ef160e44b652110015fa681a0763efebca 100644 (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);