[Mesa-dev] [PATCH 1/4] Initialize have_back.

2010-04-27 Thread Pierre Willenbrock
There is a user somewhere that tests it before its initial set. --- src/glx/dri2_glx.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/glx/dri2_glx.c b/src/glx/dri2_glx.c index 9347611..73d11f1 100644 --- a/src/glx/dri2_glx.c +++ b/src/glx/dri2_glx.c @@ -194,6 +194,7

Re: [Mesa-dev] [PATCH 1/4] Initialize have_back.

2010-04-27 Thread Brian Paul
Pierre Willenbrock wrote: There is a user somewhere that tests it before its initial set. --- src/glx/dri2_glx.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/glx/dri2_glx.c b/src/glx/dri2_glx.c index 9347611..73d11f1 100644 --- a/src/glx/dri2_glx.c +++