summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-03-03 15:36:53 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-03-03 15:36:53 +0000
commit9a20a72cdcab2a6c1678b83c782b61c047e765e3 (patch)
tree931b447be4d3e9192fa61904b538fd3ff7b4607f /src/mesa/main/dlist.h
parente22540c2765e034fed558ea1d44488a03fbba170 (diff)
downloadexternal_mesa3d-9a20a72cdcab2a6c1678b83c782b61c047e765e3.zip
external_mesa3d-9a20a72cdcab2a6c1678b83c782b61c047e765e3.tar.gz
external_mesa3d-9a20a72cdcab2a6c1678b83c782b61c047e765e3.tar.bz2
comments, capitalization, misc-clean-ups
Diffstat (limited to 'src/mesa/main/dlist.h')
-rw-r--r--src/mesa/main/dlist.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h
index a6b9c36..6245713 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 );