changeset 1956 | ba0d62354872 |
parent 1955 | 8c6106e45fc1 |
child 2105 | 12bcd4fd2606 |
--- a/src/video/x11/SDL_x11opengl.c Sat Jul 29 03:57:55 2006 +0000 +++ b/src/video/x11/SDL_x11opengl.c Sat Jul 29 21:51:00 2006 +0000 @@ -113,8 +113,7 @@ if (!_this->gl_data->glXChooseVisual || !_this->gl_data->glXCreateContext || !_this->gl_data->glXDestroyContext || - !_this->gl_data->glXMakeCurrent || - !_this->gl_data->glXSwapBuffers) { + !_this->gl_data->glXMakeCurrent || !_this->gl_data->glXSwapBuffers) { SDL_SetError("Could not retrieve OpenGL functions"); return -1; }