Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Replace "RGBAMode" with "rgbMode", etc. Other minor clean-ups.
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user