mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 12:18:09 +02:00
glx: Fix compile.
This commit is contained in:
parent
649d03d54d
commit
75be6b76ee
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ MakeContextCurrent(Display * dpy, GLXDrawable draw,
|
|||
return GL_FALSE;
|
||||
}
|
||||
|
||||
if (gc->thread_refcount == 0)
|
||||
if (gc->thread_refcount == 0) {
|
||||
gc->currentDpy = dpy;
|
||||
gc->currentDrawable = draw;
|
||||
gc->currentReadable = read;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue