ui/sdl2: Grab Alt+F4 also under Windows
commit083db9db44c89d7ea7f81844302194d708bcff2b
authorBernhard Beschow <shentey@gmail.com>
Mon, 17 Apr 2023 19:21:39 +0000 (17 21:21 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sun, 28 May 2023 09:08:25 +0000 (28 13:08 +0400)
treebf99425a349411410689422751b23df3565e210a
parentefc00a37090eced53bff8b42d26991252aaacc44
ui/sdl2: Grab Alt+F4 also under Windows

SDL doesn't grab Alt+F4 under Windows by default. Pressing Alt+F4 thus closes
the VM immediately without confirmation, possibly leading to data loss. Fix
this by always grabbing Alt+F4 on Windows hosts, too.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20230417192139.43263-3-shentey@gmail.com>
ui/sdl2.c