glx: Fix compile.

This commit is contained in:
Stéphane Marchesin 2011-06-20 17:18:32 -07:00
parent 649d03d54d
commit 75be6b76ee

View file

@ -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;