OSDN Git Service

ui/sdl2: Grab Alt+Tab also in fullscreen mode
authorBernhard Beschow <shentey@gmail.com>
Mon, 17 Apr 2023 19:21:38 +0000 (21:21 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sun, 28 May 2023 09:08:25 +0000 (13:08 +0400)
commitefc00a37090eced53bff8b42d26991252aaacc44
tree1d9b30609dd5227d5bab7d3aa4d8d7e8fde4fa4f
parentda1d066c1b68efd33fcca9e4d84fa499db459679
ui/sdl2: Grab Alt+Tab also in fullscreen mode

By default, SDL grabs Alt+Tab only in non-fullscreen mode. This causes Alt+Tab
to switch tasks on the host rather than in the VM in fullscreen mode while it
switches tasks in non-fullscreen mode in the VM. Fix this confusing behavior
by grabbing Alt+Tab in fullscreen mode, always causing tasks to be switched in
the VM.

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