Re: [Qemu-devel] [PATCH] sdl: Do not grab mouse on mode switch while in background

2012-01-28 Thread Jan Kiszka
On 2012-01-27 23:41, Jan Kiszka wrote: > From: Jan Kiszka > > When the mouse mode changes to absolute while the SDL windows is not in > focus, refrain from grabbing the input. It would steal from some other > window. I'll send out a SDL series with fixes and will include this. So forget about it

[Qemu-devel] [PATCH] sdl: Do not grab mouse on mode switch while in background

2012-01-27 Thread Jan Kiszka
From: Jan Kiszka When the mouse mode changes to absolute while the SDL windows is not in focus, refrain from grabbing the input. It would steal from some other window. Signed-off-by: Jan Kiszka --- I bet this makes no difference for your problem, Erik, but I came across this while trying to re