fixed screen rotation for newer SDL versions on Android
authorHolger Schemel <info@artsoft.org>
Tue, 14 Jul 2020 21:18:56 +0000 (23:18 +0200)
committerHolger Schemel <info@artsoft.org>
Tue, 14 Jul 2020 21:32:58 +0000 (23:32 +0200)
Using the previous code with newer SDL versions on Android, screen
rotation did not work anymore, because the "resizable" flag seems
to be needed even when creating fullscreen surfaces to correctly
detect device rotation in recent SDL versions.

This was fixed by always using the "resizable" flag, regardless of
windowed or fullscreen surfaces on all platforms.


No differences found