| 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 |
| r242731 | r242732 | |
|---|---|---|
| 964 | 964 | if (!this->m_fullscreen) |
| 965 | 965 | { |
| 966 | 966 | blit_surface_size(width, height); |
| 967 | window_resize(blitwidth, blitheight); | |
| 967 | //Don't resize window without user interaction; | |
| 968 | //window_resize(blitwidth, blitheight); | |
| 968 | 969 | } |
| 969 | 970 | else if (video_config.switchres) |
| 970 | 971 | { |
| https://github.com/mamedev/mame/commit/95a1d29afec42bd5fcdbe58b413b8c4e4a7ad021 |
| Previous | 199869 Revisions | Next |