Re: [Qemu-devel] [PATCH v2] Make scrolling work again

2017-11-07 Thread Peter Maydell
On 1 November 2017 at 15:46, John Arbuckle wrote: > Make scrolling in the monitor work. > > Signed-off-by: John Arbuckle > --- > ui/cocoa.m | 96 > +- > 1 file changed, 64 insertions(+), 32 deletions(-) Hi; I've applied this to my coc

[Qemu-devel] [PATCH v2] Make scrolling work again

2017-11-01 Thread John Arbuckle
Make scrolling in the monitor work. Signed-off-by: John Arbuckle --- ui/cocoa.m | 96 +- 1 file changed, 64 insertions(+), 32 deletions(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index 93e56d0518..744fa31a56 100644 --- a/ui/cocoa.m +++ b/