fix GLX_USE_TLS breakage

This commit is contained in:
Brian 2007-06-12 08:57:39 -06:00
parent b3d62d5af5
commit 277c5e57ed

View file

@ -141,7 +141,7 @@ static void
SetCurrentContext(GLXContext c)
{
#if defined(GLX_USE_TLS)
CurrentContext = context;
CurrentContext = c;
#elif defined(THREADS)
_glthread_SetTSD(&ContextTSD, c);
#else