gallium/xlib: silence unitialized var warning

This commit is contained in:
Brian Paul 2009-09-03 15:44:22 -06:00
parent 1c32caf075
commit 32156f3a11

View file

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