summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/dlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/extras/Mesa/src/dlist.h')
-rw-r--r--xc/extras/Mesa/src/dlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xc/extras/Mesa/src/dlist.h b/xc/extras/Mesa/src/dlist.h
index 3305392d9..b2aaa64c7 100644
--- a/xc/extras/Mesa/src/dlist.h
+++ b/xc/extras/Mesa/src/dlist.h
@@ -64,7 +64,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 );