From 87f858dd7cbca2280c983c77a239013a187c3e9a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 18 Sep 2003 22:25:31 +0000 Subject: s/_backface_sign/_BackfaceSign/ --- src/mesa/swrast/s_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast/s_context.h') diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 30c2315ba0..c699078e16 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -274,7 +274,7 @@ typedef struct */ GLuint _RasterMask; GLfloat _MinMagThresh[MAX_TEXTURE_IMAGE_UNITS]; - GLfloat _backface_sign; + GLfloat _BackfaceSign; GLboolean _PreferPixelFog; GLboolean _AnyTextureCombine; -- cgit v1.2.3