From: Holger Schemel Date: Tue, 14 Jul 2020 21:18:56 +0000 (+0200) Subject: fixed screen rotation for newer SDL versions on Android X-Git-Tag: 4.2.0.0~7 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=aff7fb95675072451fcf25e8c0199923b0687027;hp=aff7fb95675072451fcf25e8c0199923b0687027;p=rocksndiamonds.git fixed screen rotation for newer SDL versions on Android 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. ---