File diff r18159:2c94e9268b2c → r18160:133e96e28508
src/video/sdl_v.cpp
Show inline comments
 
@@ -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 */