File diff r18159:2c94e9268b2c → r18160:133e96e28508
src/video/sdl_v.cpp
Show inline comments
 
@@ -632,7 +632,12 @@ bool VideoDriver_SDL::ToggleFullscreen(b
 
		_fullscreen ^= true;
 
		return false;
 
	}
 
	return true;
 
}
 

	
 
bool VideoDriver_SDL::AfterBlitterChange()
 
{
 
	return this->ChangeResolution(_screen.width, _screen.height)
 
}
 

	
 
#endif /* WITH_SDL */