From: Stéphane Marchesin Date: Tue, 21 Jun 2011 00:18:32 +0000 (-0700) Subject: glx: Fix compile. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75be6b76eef00352195220a4beefbc7ca0b76453;p=mesa.git glx: Fix compile. --- diff --git a/src/glx/glxcurrent.c b/src/glx/glxcurrent.c index 6f048ae571c..c92a2fd3cc2 100644 --- a/src/glx/glxcurrent.c +++ b/src/glx/glxcurrent.c @@ -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;