Re: [Qemu-devel] [PATCH 1/2] SDL2: only show consoles by shortcuts and not hide.

2016-09-08 Thread Andrei Karas
>Четверг, 8 сентября 2016, 9:10 +03:00 от Gerd Hoffmann : > >On Mi, 2016-09-07 at 15:24 +0300, Andrei Karas wrote: >> >Среда, 7 сентября 2016, 14:27 +03:00 от Gerd Hoffmann < kra...@redhat.com >> >>: >> > >> >On Di, 2016-08-23 at 23:36 +0300, Andrei Karas wrote: >> >> This

Re: [Qemu-devel] [PATCH 1/2] SDL2: only show consoles by shortcuts and not hide.

2016-09-08 Thread Gerd Hoffmann
On Mi, 2016-09-07 at 15:24 +0300, Andrei Karas wrote: > >Среда, 7 сентября 2016, 14:27 +03:00 от Gerd Hoffmann : > > > >On Di, 2016-08-23 at 23:36 +0300, Andrei Karas wrote: > >> This fix issue with stuck keys in SDL2 if press one of shortcuts > >> for show/hide consoles. > > >

Re: [Qemu-devel] [PATCH 1/2] SDL2: only show consoles by shortcuts and not hide.

2016-09-07 Thread Andrei Karas
>Среда, 7 сентября 2016, 14:27 +03:00 от Gerd Hoffmann : > >On Di, 2016-08-23 at 23:36 +0300, Andrei Karas wrote: >> This fix issue with stuck keys in SDL2 if press one of shortcuts >> for show/hide consoles. > >More detailed description please. How exactly do you end up with

Re: [Qemu-devel] [PATCH 1/2] SDL2: only show consoles by shortcuts and not hide.

2016-09-07 Thread Gerd Hoffmann
On Di, 2016-08-23 at 23:36 +0300, Andrei Karas wrote: > This fix issue with stuck keys in SDL2 if press one of shortcuts > for show/hide consoles. More detailed description please. How exactly do you end up with stuck keys? > win = ev->key.keysym.scancode - SDL_SCANCODE_1; >

[Qemu-devel] [PATCH 1/2] SDL2: only show consoles by shortcuts and not hide.

2016-08-23 Thread Andrei Karas
This fix issue with stuck keys in SDL2 if press one of shortcuts for show/hide consoles. For close any consoles except main window can be used default WM/DE action for close window. Signed-off-by: Andrei Karas --- ui/sdl2.c | 27 +-- 1 file changed, 17

[Qemu-devel] [PATCH 1/2] SDL2: only show consoles by shortcuts and not hide.

2016-08-23 Thread Andrei Karas
This fix issue with stuck keys in SDL2 if press one of shortcuts for show/hide consoles. For close any consoles except main window can be used default WM/DE action for close window. Signed-off-by: Andrei Karas --- ui/sdl2.c | 27 +-- 1 file changed, 17