diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c index bdc6e31..fd5f076 100644 --- a/src/glx/x11/glxext.c +++ b/src/glx/x11/glxext.c @@ -438,6 +438,9 @@ __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count, case GLX_Y_INVERTED_EXT: config->yInverted = *bp++; break; + case GLX_USE_GL: + if (fbconfig_style_tags) *bp++; + break; case None: i = count; break;