Re: [Qemu-devel] [PATCH] SDL2 various fixes

2017-11-12 Thread Philippe Mathieu-Daudé
Hi Jindrich, On 11/12/2017 07:42 AM, Jindrich Makovicka wrote: > Hi, > > here is a revised patchset: Please increment the patchset version when you respin (this is v2). > > - sdl2: Do not hide the cursor on auxilliary windows > split into two > > - sdl2: Only accept the hotkeys on the ma

[Qemu-devel] [PATCH] SDL2 various fixes

2017-11-12 Thread Jindrich Makovicka
Hi, here is a revised patchset: - sdl2: Do not hide the cursor on auxilliary windows split into two - sdl2: Only accept the hotkeys on the main window reworked, also with a more descriptive commit message - sdl2: Do not quit the emulator when an auxilliary window is closed added m