diff options
| -rw-r--r-- | src/glx/glxext.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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; | 
