From fadba36545cbab5859bf346921bf416d0160a5b2 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 1 Jul 2013 12:13:07 +0200 Subject: Solved mesa compilation problems --- xorg-server/glx/glapitable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xorg-server/glx/glapitable.h') diff --git a/xorg-server/glx/glapitable.h b/xorg-server/glx/glapitable.h index a4373b712..4e55504b1 100644 --- a/xorg-server/glx/glapitable.h +++ b/xorg-server/glx/glapitable.h @@ -831,7 +831,7 @@ struct _glapi_table void (GLAPIENTRYP GetProgramBinary)(GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, GLvoid * binary); /* 787 */ void (GLAPIENTRYP ProgramBinary)(GLuint program, GLenum binaryFormat, const GLvoid * binary, GLsizei length); /* 788 */ void (GLAPIENTRYP ProgramParameteri)(GLuint program, GLenum pname, GLint value); /* 789 */ - void (GLAPIENTRYP DebugMessageCallbackARB)(GLDEBUGPROCARB callback, const GLvoid * userParam); /* 790 */ + void (GLAPIENTRYP DebugMessageCallbackARB)(GLDEBUGPROCARB callback, GLvoid * userParam); /* 790 */ void (GLAPIENTRYP DebugMessageControlARB)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled); /* 791 */ void (GLAPIENTRYP DebugMessageInsertARB)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLcharARB * buf); /* 792 */ GLuint (GLAPIENTRYP GetDebugMessageLogARB)(GLuint count, GLsizei bufsize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLcharARB * messageLog); /* 793 */ @@ -900,7 +900,7 @@ struct _glapi_table void (GLAPIENTRYP UnlockArraysEXT)(void); /* 856 */ void (GLAPIENTRYP SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue); /* 857 */ void (GLAPIENTRYP SecondaryColor3fvEXT)(const GLfloat * v); /* 858 */ - void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount); /* 859 */ + void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount); /* 859 */ void (GLAPIENTRYP FogCoordfEXT)(GLfloat coord); /* 860 */ void (GLAPIENTRYP FogCoordfvEXT)(const GLfloat * coord); /* 861 */ void (GLAPIENTRYP ResizeBuffersMESA)(void); /* 862 */ -- cgit v1.2.3