diff options
author | marha <marha@users.sourceforge.net> | 2013-07-01 12:13:07 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-07-01 12:13:07 +0200 |
commit | fadba36545cbab5859bf346921bf416d0160a5b2 (patch) | |
tree | b3140fbfc4bc8a12c59e857dbc27c99647bed811 /xorg-server/glx | |
parent | 458ea020a211b25c00c1de9e30e4434213b55f47 (diff) | |
download | vcxsrv-fadba36545cbab5859bf346921bf416d0160a5b2.tar.gz vcxsrv-fadba36545cbab5859bf346921bf416d0160a5b2.tar.bz2 vcxsrv-fadba36545cbab5859bf346921bf416d0160a5b2.zip |
Solved mesa compilation problems
Diffstat (limited to 'xorg-server/glx')
-rw-r--r-- | xorg-server/glx/glapitable.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */
|