From 5fb84d263b8068467a2429942ecf113a0a4c8a60 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 24 May 2000 15:04:45 +0000 Subject: changed allocation/initialization of API dispatch tables --- src/mesa/main/dlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/dlist.h') diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h index 1d9c0a1ca2..987c2cbab6 100644 --- a/src/mesa/main/dlist.h +++ b/src/mesa/main/dlist.h @@ -1,4 +1,4 @@ -/* $Id: dlist.h,v 1.3 2000/04/05 14:40:04 brianp Exp $ */ +/* $Id: dlist.h,v 1.4 2000/05/24 15:04:45 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -65,7 +65,7 @@ extern void _mesa_ListBase( GLuint base ); extern void _mesa_NewList( GLuint list, GLenum mode ); -extern void _mesa_init_dlist_table( struct _glapi_table *table ); +extern void _mesa_init_dlist_table( struct _glapi_table *table, GLuint tableSize ); extern void gl_compile_cassette( GLcontext *ctx ); -- cgit v1.2.3