Use [][3] for write_rgb_span_16
authorKarl Schultz <kschultz@freedesktop.org>
Thu, 30 Mar 2006 16:26:26 +0000 (16:26 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Thu, 30 Mar 2006 16:26:26 +0000 (16:26 +0000)
src/mesa/drivers/windows/gdi/wmesa.c

index fd7e28817e35910e7db40e5190518337dfe74c98..fe1ea69c6d153eea84f73800ffc1f0845b1485d1 100644 (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);