diff options
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); |