From ea31ca47200d96b7cc687989ee7f9953819fddbb Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 10 May 2003 04:35:09 +0000 Subject: fix MapBufferARB() return type --- src/mesa/glapi/APIspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/glapi/APIspec') diff --git a/src/mesa/glapi/APIspec b/src/mesa/glapi/APIspec index 0d4a29e3e2..5075eaf035 100644 --- a/src/mesa/glapi/APIspec +++ b/src/mesa/glapi/APIspec @@ -1,4 +1,4 @@ -# $Id: APIspec,v 1.16 2003/04/21 14:53:40 brianp Exp $ +# $Id: APIspec,v 1.17 2003/05/10 04:35:36 brianp Exp $ # This file describes all the OpenGL functions. # We use a number of Python scripts to parse this file and @@ -8321,7 +8321,7 @@ category GL_ARB_vertex_buffer_object offset 696 name MapBufferARB -return void +return void * param target GLenum param access GLenum category GL_ARB_vertex_buffer_object -- cgit v1.2.3