qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/2] SDL2 usability fixes


From: Bernhard Beschow
Subject: [PATCH v2 0/2] SDL2 usability fixes
Date: Mon, 17 Apr 2023 21:21:37 +0200

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

[Prev in Thread] Current Thread [Next in Thread]