Re: [Mesa-dev] [PATCH] Fix glXGetFBConfigFromVisualSGIX.

2011-05-27 Thread Brian Paul
On 05/26/2011 06:19 PM, Stéphane Marchesin wrote: From: Stéphane Marchesin We want to check for Success, otherwise it will fail even with the right visual. NOTE: This is a candidate for the 7.10 branch. Signed-off-by: Antoine Labour Signed-off-by: Stéphane Marchesin --- src/glx/glxcmds.c |

[Mesa-dev] [PATCH] Fix glXGetFBConfigFromVisualSGIX.

2011-05-26 Thread Stéphane Marchesin
From: Stéphane Marchesin We want to check for Success, otherwise it will fail even with the right visual. NOTE: This is a candidate for the 7.10 branch. Signed-off-by: Antoine Labour Signed-off-by: Stéphane Marchesin --- src/glx/glxcmds.c |2 +- 1 files changed, 1 insertions(+), 1 deleti