diff options
author | Brian Paul <[email protected]> | 2003-09-18 22:25:31 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-09-18 22:25:31 +0000 |
commit | 87f858dd7cbca2280c983c77a239013a187c3e9a (patch) | |
tree | 5ee94b093edcf29094098706d4a6ec66d632880b /src/mesa/swrast/s_tritemp.h | |
parent | e4b40a7cf154eddc59f1b11821a7664b0b95e7cf (diff) |
s/_backface_sign/_BackfaceSign/
Diffstat (limited to 'src/mesa/swrast/s_tritemp.h')
-rw-r--r-- | src/mesa/swrast/s_tritemp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_tritemp.h b/src/mesa/swrast/s_tritemp.h index 7e8cad6f337..9180218b236 100644 --- a/src/mesa/swrast/s_tritemp.h +++ b/src/mesa/swrast/s_tritemp.h @@ -123,7 +123,7 @@ static void NAME(GLcontext *ctx, const SWvertex *v0, EdgeT eMaj, eTop, eBot; GLfloat oneOverArea; const SWvertex *vMin, *vMid, *vMax; /* Y(vMin)<=Y(vMid)<=Y(vMax) */ - float bf = SWRAST_CONTEXT(ctx)->_backface_sign; + GLfloat bf = SWRAST_CONTEXT(ctx)->_BackfaceSign; const GLint snapMask = ~((FIXED_ONE / (1 << SUB_PIXEL_BITS)) - 1); /* for x/y coord snapping */ GLfixed vMin_fx, vMin_fy, vMid_fx, vMid_fy, vMax_fx, vMax_fy; |