--- hatari/src/falcon/hostscreen.c 2019/04/09 08:49:37 1.1.1.6 +++ hatari/src/falcon/hostscreen.c 2019/04/09 08:53:21 1.1.1.7 @@ -1,8 +1,8 @@ /* Hatari - hostscreen.c - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. Host video routines. This file originally came from the Aranym project but has been thoroughly reworked for Hatari. However, integration with the rest @@ -122,7 +122,7 @@ void HostScreen_setWindowSize(int width, height /= scaley; } - Resolution_GetLimits(&maxw, &maxh, &bpp); + Resolution_GetLimits(&maxw, &maxh, &bpp, ConfigureParams.Screen.bKeepResolution); nScreenZoomX = nScreenZoomY = 1; if (ConfigureParams.Screen.bAspectCorrect) {