From be99e845bd7979fe46d38d9b294c1ba0a0aa95b8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 2 Oct 2002 23:24:04 +0000 Subject: finished up GL_EXT_stencil_two_side --- src/mesa/swrast/s_stencil.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/swrast/s_stencil.h') diff --git a/src/mesa/swrast/s_stencil.h b/src/mesa/swrast/s_stencil.h index ec76edaf78..b174f2e01e 100644 --- a/src/mesa/swrast/s_stencil.h +++ b/src/mesa/swrast/s_stencil.h @@ -1,4 +1,4 @@ -/* $Id: s_stencil.h,v 1.8 2002/09/06 02:56:09 brianp Exp $ */ +/* $Id: s_stencil.h,v 1.9 2002/10/02 23:24:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -35,7 +35,7 @@ extern GLboolean -_mesa_stencil_and_ztest_span(GLcontext *ctx, struct sw_span *span, GLuint face); +_mesa_stencil_and_ztest_span(GLcontext *ctx, struct sw_span *span); -- cgit v1.2.3