Proposal to fix MT05682 (SDL resize issue). Please check and provide

feedback whether MT05682 can be closed. (nw)
This commit is contained in:
couriersud 2015-01-06 16:04:22 +01:00
parent 631fb2cfe2
commit 95a1d29afe

View File

@ -964,7 +964,8 @@ void sdl_window_info::video_window_update(running_machine &machine)
if (!this->m_fullscreen)
{
blit_surface_size(width, height);
window_resize(blitwidth, blitheight);
//Don't resize window without user interaction;
//window_resize(blitwidth, blitheight);
}
else if (video_config.switchres)
{