mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
fix GLX_USE_TLS breakage
This commit is contained in:
parent
b3d62d5af5
commit
277c5e57ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue