Use [][3] for write_rgb_span_16

This commit is contained in:
Karl Schultz 2006-03-30 16:26:26 +00:00
parent ef8b89faee
commit dd7074736f
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,7 @@ static void write_rgba_span_16(const GLcontext *ctx,
static void write_rgb_span_16(const GLcontext *ctx,
struct gl_renderbuffer *rb,
GLuint n, GLint x, GLint y,
const GLubyte rgb[][4],
const GLubyte rgb[][3],
const GLubyte mask[] )
{
WMesaContext pwc = wmesa_context(ctx);