Navigation Menu

Skip to content

Commit

Permalink
GLX_STEREO doesn't have a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 22, 2006
1 parent 7028704 commit 2a54c7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/x11/SDL_x11gl.c
Expand Up @@ -126,7 +126,6 @@ XVisualInfo *X11_GL_GetVisual(_THIS)

if( this->gl_config.stereo ) {
attribs[i++] = GLX_STEREO;
attribs[i++] = this->gl_config.stereo;
}

if( this->gl_config.multisamplebuffers ) {
Expand Down

0 comments on commit 2a54c7d

Please sign in to comment.