From 9a20a72cdcab2a6c1678b83c782b61c047e765e3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 3 Mar 2004 15:36:53 +0000 Subject: comments, capitalization, misc-clean-ups --- src/mesa/main/dlist.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mesa/main/dlist.h') diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h index a6b9c363a1..6245713f95 100644 --- a/src/mesa/main/dlist.h +++ b/src/mesa/main/dlist.h @@ -68,10 +68,10 @@ extern void _mesa_compile_error( GLcontext *ctx, GLenum error, const char *s ); extern void *_mesa_alloc_instruction( GLcontext *ctx, int opcode, GLint sz ); -extern int _mesa_alloc_opcode( GLcontext *ctx, GLuint sz, - void (*execute)( GLcontext *, void * ), - void (*destroy)( GLcontext *, void * ), - void (*print)( GLcontext *, void * ) ); +extern GLint _mesa_alloc_opcode( GLcontext *ctx, GLuint sz, + void (*execute)( GLcontext *, void * ), + void (*destroy)( GLcontext *, void * ), + void (*print)( GLcontext *, void * ) ); extern void GLAPIENTRY _mesa_save_EvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2 ); -- cgit v1.2.3