Re: [Qemu-devel] [PATCH] ui/cocoa.m: blinky mouse cursor fix

2015-10-13 Thread Peter Maydell
On 27 September 2015 at 02:32, Programmingkid wrote: > The mouse cursor can become blinky when being moved a lot. This patch fixes > that > problem by issuing the redraw sooner. > > Signed-off-by: John Arbuckle > > --- > ui/cocoa.m |2

[Qemu-devel] [PATCH] ui/cocoa.m: blinky mouse cursor fix

2015-09-26 Thread Programmingkid
The mouse cursor can become blinky when being moved a lot. This patch fixes that problem by issuing the redraw sooner. Signed-off-by: John Arbuckle --- ui/cocoa.m |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index