diff options
author | Brian Paul <[email protected]> | 2004-08-25 15:19:40 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-08-25 15:19:40 +0000 |
commit | 9554411af6f8fab535b17e63e0397e6219a8a56d (patch) | |
tree | 69f17bb762f81b3b64fb0e6279287f2737a5b1c1 /src/mesa | |
parent | 5920b722b7fb59c340b82ea279033c13a2a01508 (diff) |
return type for MapBuffer was not specified
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index fda4b4e6ac9..cc58b394f08 100644 --- 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"> |