diff options
author | José Fonseca <[email protected]> | 2011-05-19 16:39:57 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-05-19 16:39:57 +0100 |
commit | f4a98688113ef189ed2017b12d41915e2bc034de (patch) | |
tree | bf35055a4875be9301ac8713439f0b9619b0597d /src/mesa/main/blend.h | |
parent | 116133af3499947500a6d0c877fbc8f564ee4c76 (diff) |
mesa: add another missing GLAPIENTRY keyword
NOTE: this is a candidate for the 7.10 branch.
Diffstat (limited to 'src/mesa/main/blend.h')
-rw-r--r-- | src/mesa/main/blend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h index 39e7c9fd49b..d74f17ef160 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); |