comparison 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
comparison
equal deleted inserted replaced
1929:595ac54a8f9f 1930:9483df98e011
2286 } 2286 }
2287 if (!(window->flags & SDL_WINDOW_OPENGL)) { 2287 if (!(window->flags & SDL_WINDOW_OPENGL)) {
2288 SDL_SetError("The specified window isn't an OpenGL window"); 2288 SDL_SetError("The specified window isn't an OpenGL window");
2289 return; 2289 return;
2290 } 2290 }
2291 return _this->GL_SwapWindow(_this, window); 2291 _this->GL_SwapWindow(_this, window);
2292 } 2292 }
2293 2293
2294 void 2294 void
2295 SDL_GL_DeleteContext(SDL_GLContext context) 2295 SDL_GL_DeleteContext(SDL_GLContext context)
2296 { 2296 {