diff options
author | Ian Romanick <[email protected]> | 2010-04-23 11:52:14 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-04-23 11:52:14 -0700 |
commit | e4c54d404959aa1bce26caa313c0a47e65ff211a (patch) | |
tree | 300c93cd1e7d4372533ed197aea512f15cccad97 /src/glx | |
parent | c09f3705196f1472871782d23d588e9fd14a50c7 (diff) | |
parent | ad7d36e91933a49ce3f6ed2c14ae585a8a84fdf5 (diff) |
Merge branch '7.8'
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/glxext.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/glxext.c b/src/glx/glxext.c index 5289354a521..6d6f89e79a2 100644 --- a/src/glx/glxext.c +++ b/src/glx/glxext.c @@ -539,6 +539,8 @@ __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count, i = count; break; default: + /* Ignore the unrecognized tag's value */ + bp++; break; } } |