(svn r22999) -Codechange: Allow changing the blitter during the running game.

This commit is contained in:
michi_cc
2011-10-04 21:35:40 +00:00
parent f6340254ae
commit d3e32121c9
12 changed files with 97 additions and 46 deletions

View File

@@ -635,4 +635,9 @@ bool VideoDriver_SDL::ToggleFullscreen(bool fullscreen)
return true;
}
bool VideoDriver_SDL::AfterBlitterChange()
{
return this->ChangeResolution(_screen.width, _screen.height)
}
#endif /* WITH_SDL */