[Mesa-dev] [Bug 70546] glext.h:412:25: error: redefinition of typedef 'PFNGLBLENDCOLORPROC'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 17 18:59:37 CEST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=70546
--- Comment #2 from Vinson Lee <vlee at freedesktop.org> ---
(In reply to comment #1)
>
> If you remove lines 1739-1740 in gl.h does that fix this?
Yes, removing those two lines fixes the build.
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 975cfe8..babb746 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -1736,8 +1736,6 @@ GLAPI void GLAPIENTRY glSeparableFilter2D( GLenum target,
GLAPI void GLAPIENTRY glGetSeparableFilter( GLenum target, GLenum format,
GLenum type, GLvoid *row, GLvoid *column, GLvoid *span );
-typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green,
GLclampf blue, GLclampf alpha);
-typedef void (APIENTRYP PFNGLBLENDEQUATIONPROC) (GLenum mode);
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20131017/5b6d6aa3/attachment-0001.html>
More information about the mesa-dev
mailing list