diff src/video/x11/SDL_x11gl.c @ 1577:d75c2d78e87d

GLX_STEREO doesn't have a parameter
author Sam Lantinga <slouken@libsdl.org>
date Wed, 22 Mar 2006 05:09:27 +0000
parents 3ba88cb7eb1b
children 96c2f89cc7e1 3b2a92126f4d
line wrap: on
line diff
--- a/src/video/x11/SDL_x11gl.c	Wed Mar 22 05:01:49 2006 +0000
+++ b/src/video/x11/SDL_x11gl.c	Wed Mar 22 05:09:27 2006 +0000
@@ -126,7 +126,6 @@
 
 	if( this->gl_config.stereo ) {
 		attribs[i++] = GLX_STEREO;
-		attribs[i++] = this->gl_config.stereo;
 	}
 	
 	if( this->gl_config.multisamplebuffers ) {