changed resizing window instead of recreating it on window size changes
authorHolger Schemel <info@artsoft.org>
Wed, 7 Sep 2022 19:06:37 +0000 (21:06 +0200)
committerHolger Schemel <info@artsoft.org>
Wed, 7 Sep 2022 19:21:07 +0000 (21:21 +0200)
commit77c205677b99af7f0dd31e8833887d75e89db7d1
tree269dbd9bd4411575e2d96df1173143f0e2bfcf0b
parent82514140084028004046e95c2aaddaecd839fc30
changed resizing window instead of recreating it on window size changes

This has the advantage that the window stays at its screen position
instead of always being newly created in the middle of the screen.
src/libgame/sdl.c