From 26a9b7e4c737c89b47844303bb7413ceab0280a5 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 2 May 2010 19:35:34 +1000 Subject: glx: fix regression with GLX_USE_GL update for fbconfig_style_tags --- src/glx/glxext.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/glx/glxext.c') diff --git a/src/glx/glxext.c b/src/glx/glxext.c index 82d3a56f37..0e148edf8e 100644 --- a/src/glx/glxext.c +++ b/src/glx/glxext.c @@ -584,6 +584,9 @@ __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count, config->yInverted = *bp++; break; #endif + case GLX_USE_GL: + if (fbconfig_style_tags) *bp++; + break; case None: i = count; break; -- cgit v1.2.3