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,

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 e

Re: [Qemu-devel] [PATCH 2/2] SDL2: dont try show window if it was hidden by DE/WM.

2016-09-07 Thread Andrei Karas
>Среда, 7 сентября 2016, 14:29 +03:00 от Gerd Hoffmann : > >On Di, 2016-08-23 at 23:37 +0300, Andrei Karas wrote: >> Signed-off-by: Andrei Karas < aka...@inbox.ru > >> --- >> ui/sdl2.c | 3 --- >> 1 file changed, 3 deletions(-) >> >> diff --gi

[Qemu-devel] [PATCH 2/2] SDL2: dont try show window if it was hidden by DE/WM.

2016-08-23 Thread Andrei Karas
Signed-off-by: Andrei Karas --- ui/sdl2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/sdl2.c b/ui/sdl2.c index 4441e99..9523f64 100644 --- a/ui/sdl2.c +++ b/ui/sdl2.c @@ -584,9 +584,6 @@ static void handle_windowevent(SDL_Event *ev) } break; case

[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 insertions(+), 10

[Qemu-devel] [PATCH 2/2] SDL2: dont try show window if it was hidden by DE/WM.

2016-08-23 Thread Andrei Karas
Signed-off-by: Andrei Karas --- ui/sdl2.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/sdl2.c b/ui/sdl2.c index 4441e99..9523f64 100644 --- a/ui/sdl2.c +++ b/ui/sdl2.c @@ -584,9 +584,6 @@ static void handle_windowevent(SDL_Event *ev) } break; case

[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 insertions(+), 10