Skip to content
Snippets Groups Projects
Commit 32156f3a authored by Brian Paul's avatar Brian Paul
Browse files

gallium/xlib: silence unitialized var warning

parent 1c32caf0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment