Mesa (master): mesa: add another missing GLAPIENTRY keyword

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu May 19 16:02:15 UTC 2011


Module: Mesa
Branch: master
Commit: f4a98688113ef189ed2017b12d41915e2bc034de
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4a98688113ef189ed2017b12d41915e2bc034de

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu May 19 16:39:57 2011 +0100

mesa: add another missing GLAPIENTRY keyword

NOTE: this is a candidate for the 7.10 branch.

---

 src/mesa/main/blend.c |    2 +-
 src/mesa/main/blend.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/blend.c b/src/mesa/main/blend.c
index 95c101c..1856f00 100644
--- a/src/mesa/main/blend.c
+++ b/src/mesa/main/blend.c
@@ -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);
diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h
index 39e7c9f..d74f17e 100644
--- a/src/mesa/main/blend.h
+++ b/src/mesa/main/blend.h
@@ -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);
 
 




More information about the mesa-commit mailing list