Commit 9424eb47 authored by Sam Lantinga's avatar Sam Lantinga

GLX_STEREO doesn't have a parameter

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401581
parent b87e7b76
...@@ -126,7 +126,6 @@ XVisualInfo *X11_GL_GetVisual(_THIS) ...@@ -126,7 +126,6 @@ XVisualInfo *X11_GL_GetVisual(_THIS)
if( this->gl_config.stereo ) { if( this->gl_config.stereo ) {
attribs[i++] = GLX_STEREO; attribs[i++] = GLX_STEREO;
attribs[i++] = this->gl_config.stereo;
} }
if( this->gl_config.multisamplebuffers ) { if( this->gl_config.multisamplebuffers ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment