summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/blend.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2011-05-19 16:39:57 +0100
committerJosé Fonseca <jfonseca@vmware.com>2011-05-19 16:39:57 +0100
commitf4a98688113ef189ed2017b12d41915e2bc034de (patch)
treebf35055a4875be9301ac8713439f0b9619b0597d /src/mesa/main/blend.c
parent116133af3499947500a6d0c877fbc8f564ee4c76 (diff)
downloadexternal_mesa3d-f4a98688113ef189ed2017b12d41915e2bc034de.zip
external_mesa3d-f4a98688113ef189ed2017b12d41915e2bc034de.tar.gz
external_mesa3d-f4a98688113ef189ed2017b12d41915e2bc034de.tar.bz2
mesa: add another missing GLAPIENTRY keyword
NOTE: this is a candidate for the 7.10 branch.
Diffstat (limited to 'src/mesa/main/blend.c')
-rw-r--r--src/mesa/main/blend.c2
1 files changed, 1 insertions, 1 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);