Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.

Replace "RGBAMode" with "rgbMode", etc.
Other minor clean-ups.
This commit is contained in:
Brian Paul
2001-01-23 23:39:36 +00:00
parent ab0c886a6c
commit b6bcae5698
45 changed files with 500 additions and 464 deletions

View File

@@ -271,7 +271,7 @@ void _swsetup_choose_trifuncs( GLcontext *ctx )
if (ctx->_TriangleCaps & DD_TRI_UNFILLED)
ind |= SS_UNFILLED_BIT;
if (ctx->Visual.RGBAflag)
if (ctx->Visual.rgbMode)
ind |= SS_RGBA_BIT;
swsetup->Triangle = tri_tab[ind];