Add GLAPIENTRY function decorations for correct operation on Windows.
[mesa.git] / src / mesa / main / dd.h
index cb23e0bfad22703378d20303f1ef84c601a03a1b..f9fdd3b92b65228fcc4de039c6fd71629fba7796 100644 (file)
@@ -591,7 +591,7 @@ struct dd_function_table {
    /** Set the blend color */
    void (*BlendColor)(GLcontext *ctx, const GLfloat color[4]);
    /** Set the blend equation */
-   void (*BlendEquation)(GLcontext *ctx, GLenum mode);
+   void (*BlendEquationSeparate)(GLcontext *ctx, GLenum modeRGB, GLenum modeA);
    /** Specify pixel arithmetic */
    void (*BlendFuncSeparate)(GLcontext *ctx,
                              GLenum sfactorRGB, GLenum dfactorRGB,