From 8cce314c325525498c2fa093a9a69ee4ca9f6832 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 10 Apr 2000 15:52:25 +0000 Subject: fixed GL_PGI_misc_hints identifiers --- src/mesa/main/context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/context.c') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index dfcff91cc2..a6e52a896f 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.56 2000/04/08 18:57:45 brianp Exp $ */ +/* $Id: context.c,v 1.57 2000/04/10 15:52:25 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -996,7 +996,7 @@ static void init_attrib_groups( GLcontext *ctx ) ctx->Hint.Fog = GL_DONT_CARE; ctx->Hint.AllowDrawWin = GL_TRUE; - ctx->Hint.AllowDrawSpn = GL_TRUE; + ctx->Hint.AllowDrawFrg = GL_TRUE; ctx->Hint.AllowDrawMem = GL_TRUE; ctx->Hint.StrictLighting = GL_TRUE; -- cgit v1.2.3