diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-03-03 15:36:53 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-03-03 15:36:53 +0000 |
commit | 9a20a72cdcab2a6c1678b83c782b61c047e765e3 (patch) | |
tree | 931b447be4d3e9192fa61904b538fd3ff7b4607f /src/mesa/main/dlist.h | |
parent | e22540c2765e034fed558ea1d44488a03fbba170 (diff) |
comments, capitalization, misc-clean-ups
Diffstat (limited to 'src/mesa/main/dlist.h')
-rw-r--r-- | src/mesa/main/dlist.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 ); |