[PATCH v2 0/2] SDL2 usability fixes

Bernhard Beschow posted 2 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230417192139.43263-1-shentey@gmail.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
ui/sdl2.c | 4 ++++
1 file changed, 4 insertions(+)
[PATCH v2 0/2] SDL2 usability fixes
Posted by Bernhard Beschow 1 year ago
I'm trying to use QEMU on Windows hosts for fun and for profit. While the GTK
GUI doesn't seem to support OpenGL under Windows the SDL2 GUI does. Hence I
used the SDL2 GUI where I ran into several issues of which two are fixed in
this series, which are:

* Alt+Tab switches tasks on the host rather than in the guest in fullscreen mode
* Alt+F4 closes QEMU rather than a graphical task in the guest

More information about each issue is provided in the patches.

v2:
* Omit AltGr patch since Voker is taking care of it
* Protect Alt+Tab hint with #ifdef (Volker)

Bernhard Beschow (2):
  ui/sdl2: Grab Alt+Tab also in fullscreen mode
  ui/sdl2: Grab Alt+F4 also under Windows

 ui/sdl2.c | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.40.0

Re: [PATCH v2 0/2] SDL2 usability fixes
Posted by Bernhard Beschow 11 months, 3 weeks ago

Am 17. April 2023 19:21:37 UTC schrieb Bernhard Beschow <shentey@gmail.com>:
>I'm trying to use QEMU on Windows hosts for fun and for profit. While the GTK
>
>GUI doesn't seem to support OpenGL under Windows the SDL2 GUI does. Hence I
>
>used the SDL2 GUI where I ran into several issues of which two are fixed in
>
>this series, which are:
>
>
>
>* Alt+Tab switches tasks on the host rather than in the guest in fullscreen mode
>
>* Alt+F4 closes QEMU rather than a graphical task in the guest
>
>
>
>More information about each issue is provided in the patches.
>
>
>
>v2:
>
>* Omit AltGr patch since Voker is taking care of it
>
>* Protect Alt+Tab hint with #ifdef (Volker)
>
>
>
>Bernhard Beschow (2):
>
>  ui/sdl2: Grab Alt+Tab also in fullscreen mode
>
>  ui/sdl2: Grab Alt+F4 also under Windows

Ping

All patches reviewed


>
>
>
> ui/sdl2.c | 4 ++++
>
> 1 file changed, 4 insertions(+)
>
>
>
>-- >
>2.40.0
>
>
>