Message ID | 20230417192139.43263-1-shentey@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | SDL2 usability fixes | expand |
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 > > >