From 6d68855df133bdd4891e8aa428787b520739e0fe Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 11 Nov 2011 07:30:18 -0700 Subject: mesa: replace GLstencil with GLubyte --- src/mesa/swrast/s_zoom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast/s_zoom.h') diff --git a/src/mesa/swrast/s_zoom.h b/src/mesa/swrast/s_zoom.h index 581ea178e89..0b82bb82471 100644 --- a/src/mesa/swrast/s_zoom.h +++ b/src/mesa/swrast/s_zoom.h @@ -45,7 +45,7 @@ _swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint imgX, GLint imgY, extern void _swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint imgX, GLint imgY, GLint width, GLint spanX, GLint spanY, - const GLstencil stencil[]); + const GLubyte stencil[]); extern void _swrast_write_zoomed_z_span(struct gl_context *ctx, GLint imgX, GLint imgY, -- cgit v1.2.3