mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
Proposal to fix MT05682 (SDL resize issue). Please check and provide
feedback whether MT05682 can be closed. (nw)
This commit is contained in:
parent
631fb2cfe2
commit
95a1d29afe
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user