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 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
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 334e6f6..cf372a4 100644
---