summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gl_API.xml
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-10-28 21:03:19 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-10-28 21:03:19 +0000
commitfa557e904d02c4869cd1d57f2f09437c3585c7d2 (patch)
tree8021efba7e15f7cdb8bb7abea65c4e5c8c2b9939 /src/mesa/glapi/gl_API.xml
parentaf7a8076509600f644497629a36ef6f34284a165 (diff)
name parameter to glGetActiveAttribARB() should not be const.
Added shaderobjects.c to sources file.
Diffstat (limited to 'src/mesa/glapi/gl_API.xml')
-rw-r--r--src/mesa/glapi/gl_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml
index 2a3c69a248..97772c84f5 100644
--- a/src/mesa/glapi/gl_API.xml
+++ b/src/mesa/glapi/gl_API.xml
@@ -5528,7 +5528,7 @@
<param name="length" type="GLsizei *" output="true"/>
<param name="size" type="GLint *" output="true"/>
<param name="type" type="GLenum *" output="true"/>
- <param name="name" type="const GLcharARB *"/>
+ <param name="name" type="GLcharARB *"/>
</function>
<function name="GetAttribLocationARB" offset="752">