summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_context.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-09-18 22:25:31 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-09-18 22:25:31 +0000
commit87f858dd7cbca2280c983c77a239013a187c3e9a (patch)
tree5ee94b093edcf29094098706d4a6ec66d632880b /src/mesa/swrast/s_context.h
parente4b40a7cf154eddc59f1b11821a7664b0b95e7cf (diff)
s/_backface_sign/_BackfaceSign/
Diffstat (limited to 'src/mesa/swrast/s_context.h')
-rw-r--r--src/mesa/swrast/s_context.h2
1 files changed, 1 insertions, 1 deletions
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;