Re: [Qemu-devel] [PATCH 3/7] sdl2: Do not hide the cursor on auxilliary windows

2017-10-24 Thread Jindřich Makovička
On Mon, 23 Oct 2017 23:38:16 -0300 Philippe Mathieu-Daudé wrote: > Hi Jindrich, > > This looks like 2 different patches, can you split? Hi, here is the split version. > > On 10/23/2017 06:07 PM, Jindrich Makovicka wrote: > > --- > > ui/sdl2.c | 41 ++--- >

Re: [Qemu-devel] [PATCH 3/7] sdl2: Do not hide the cursor on auxilliary windows

2017-10-23 Thread Philippe Mathieu-Daudé
Hi Jindrich, This looks like 2 different patches, can you split? On 10/23/2017 06:07 PM, Jindrich Makovicka wrote: > --- > ui/sdl2.c | 41 ++--- > 1 file changed, 30 insertions(+), 11 deletions(-) > > diff --git a/ui/sdl2.c b/ui/sdl2.c > index aa37b39547..685

[Qemu-devel] [PATCH 3/7] sdl2: Do not hide the cursor on auxilliary windows

2017-10-23 Thread Jindrich Makovicka
--- ui/sdl2.c | 41 ++--- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/ui/sdl2.c b/ui/sdl2.c index aa37b39547..685e4fabec 100644 --- a/ui/sdl2.c +++ b/ui/sdl2.c @@ -169,10 +169,10 @@ static void sdl_hide_cursor(void) return; }