Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1576:9d586151c20b | 1577:d75c2d78e87d |
---|---|
124 attribs[i++] = this->gl_config.accum_alpha_size; | 124 attribs[i++] = this->gl_config.accum_alpha_size; |
125 } | 125 } |
126 | 126 |
127 if( this->gl_config.stereo ) { | 127 if( this->gl_config.stereo ) { |
128 attribs[i++] = GLX_STEREO; | 128 attribs[i++] = GLX_STEREO; |
129 attribs[i++] = this->gl_config.stereo; | |
130 } | 129 } |
131 | 130 |
132 if( this->gl_config.multisamplebuffers ) { | 131 if( this->gl_config.multisamplebuffers ) { |
133 attribs[i++] = GLX_SAMPLE_BUFFERS_ARB; | 132 attribs[i++] = GLX_SAMPLE_BUFFERS_ARB; |
134 attribs[i++] = this->gl_config.multisamplebuffers; | 133 attribs[i++] = this->gl_config.multisamplebuffers; |