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


Reply via email to