And fixed the behavior of that.

This commit is contained in:
OBattler
2021-09-14 22:20:20 +02:00
parent 07eb764df6
commit df30b47aa7
3 changed files with 10 additions and 10 deletions

View File

@@ -1094,8 +1094,7 @@ plat_setfullscreen(int on)
else
ResizeWindowByClientArea(hwndMain, temp_x, temp_y + sbar_height);
if (window_remember)
SetWindowPos(hwndMain, HWND_TOP, window_x, window_y, 0, 0, SWP_NOSIZE);
SetWindowPos(hwndMain, HWND_TOP, window_x, window_y, 0, 0, SWP_NOSIZE);
}
/* Render window. */