minor cast fixes

This commit is contained in:
Brian Paul 2003-11-24 22:32:16 +00:00
parent 62b6eb320e
commit e1a107c4e7
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ static void _tnl_import_color( GLcontext *ctx,
struct gl_client_array *tmp;
GLboolean is_writeable = 0;
struct tnl_vertex_arrays *inputs = &TNL_CONTEXT(ctx)->array_inputs;
GLubyte *data;
const GLubyte *data;
tmp = _ac_import_color(ctx,
GL_FLOAT,
@ -113,7 +113,7 @@ static void _tnl_import_secondarycolor( GLcontext *ctx,
struct gl_client_array *tmp;
GLboolean is_writeable = 0;
struct tnl_vertex_arrays *inputs = &TNL_CONTEXT(ctx)->array_inputs;
GLubyte *data;
const GLubyte *data;
tmp = _ac_import_secondarycolor(ctx,
GL_FLOAT,