diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp --- a/src/video/sdl_v.cpp +++ b/src/video/sdl_v.cpp @@ -635,4 +635,9 @@ bool VideoDriver_SDL::ToggleFullscreen(b return true; } +bool VideoDriver_SDL::AfterBlitterChange() +{ + return this->ChangeResolution(_screen.width, _screen.height) +} + #endif /* WITH_SDL */