Mercurial > sdl-ios-xcode
diff src/video/SDL_video.c @ 1930:9483df98e011
Fixed compiler warnings
Updated Visual C++ 2005 project
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Jul 2006 00:55:25 +0000 |
parents | 861bc36f0ab3 |
children | 103c6fec2a60 |
line wrap: on
line diff
--- a/src/video/SDL_video.c Sun Jul 23 00:48:12 2006 +0000 +++ b/src/video/SDL_video.c Sun Jul 23 00:55:25 2006 +0000 @@ -2288,7 +2288,7 @@ SDL_SetError("The specified window isn't an OpenGL window"); return; } - return _this->GL_SwapWindow(_this, window); + _this->GL_SwapWindow(_this, window); } void