Previous 199869 Revisions Next

r34220 Tuesday 6th January, 2015 at 15:04:22 UTC by Couriersud
Proposal to fix MT05682 (SDL resize issue). Please check and provide
feedback whether MT05682 can be closed. (nw)
[src/osd/sdl]window.c

trunk/src/osd/sdl/window.c
r242731r242732
964964         if (!this->m_fullscreen)
965965         {
966966            blit_surface_size(width, height);
967            window_resize(blitwidth, blitheight);
967            //Don't resize window without user interaction;
968            //window_resize(blitwidth, blitheight);
968969         }
969970         else if (video_config.switchres)
970971         {


Previous 199869 Revisions Next


© 1997-2024 The MAME Team