gallium/xlib: silence unitialized var warning

This commit is contained in:
Brian Paul 2009-09-03 15:44:22 -06:00
parent 9e711b6865
commit 7ec865202e

View file

@ -755,7 +755,7 @@ XMesaContext XMesaCreateContext( XMesaVisual v, XMesaContext share_list )
{
static GLboolean firstTime = GL_TRUE;
static struct pipe_screen *screen = NULL;
struct pipe_context *pipe;
struct pipe_context *pipe = NULL;
XMesaContext c;
GLcontext *mesaCtx;
uint pf;