projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5920b72
)
return type for MapBuffer was not specified
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 25 Aug 2004 15:19:40 +0000
(15:19 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 25 Aug 2004 15:19:40 +0000
(15:19 +0000)
src/mesa/glapi/gl_API.xml
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/gl_API.xml
b/src/mesa/glapi/gl_API.xml
index fda4b4e6ac983914110a999389aa921c890dc1d2..cc58b394f087e553283dd7f95fe38f8892d936c0 100644
(file)
--- a/
src/mesa/glapi/gl_API.xml
+++ b/
src/mesa/glapi/gl_API.xml
@@
-3806,6
+3806,7
@@
<function name="MapBuffer" alias="MapBufferARB">
<param name="target" type="GLenum"/>
<param name="access" type="GLenum"/>
+ <return type="GLvoid *"/>
</function>
<function name="UnmapBuffer" alias="UnmapBufferARB">