Re: [Qemu-devel] [PATCH] ui/cocoa.m: fix sending mouse event to guest

2016-04-03 Thread Programmingkid
On Apr 3, 2016, at 8:21 AM, Peter Maydell wrote: > On 2 April 2016 at 18:53, Programmingkid wrote: >> >> On Apr 2, 2016, at 1:35 PM, Peter Maydell wrote: >> >>> On 2 April 2016 at 18:25, Programmingkid wrote: On Apr 2, 2016, at 1:07 PM, Peter Maydell wrote: > On 2 April 2

Re: [Qemu-devel] [PATCH] ui/cocoa.m: fix sending mouse event to guest

2016-04-03 Thread Peter Maydell
On 2 April 2016 at 18:53, Programmingkid wrote: > > On Apr 2, 2016, at 1:35 PM, Peter Maydell wrote: > >> On 2 April 2016 at 18:25, Programmingkid wrote: >>> >>> On Apr 2, 2016, at 1:07 PM, Peter Maydell wrote: >>> On 2 April 2016 at 17:56, Programmingkid wrote: > The mouse down event s

Re: [Qemu-devel] [PATCH] ui/cocoa.m: fix sending mouse event to guest

2016-04-02 Thread Programmingkid
On Apr 2, 2016, at 1:35 PM, Peter Maydell wrote: > On 2 April 2016 at 18:25, Programmingkid wrote: >> >> On Apr 2, 2016, at 1:07 PM, Peter Maydell wrote: >> >>> On 2 April 2016 at 17:56, Programmingkid wrote: The mouse down event should not be sent to the guest if the mouse down ev

Re: [Qemu-devel] [PATCH] ui/cocoa.m: fix sending mouse event to guest

2016-04-02 Thread Peter Maydell
On 2 April 2016 at 18:25, Programmingkid wrote: > > On Apr 2, 2016, at 1:07 PM, Peter Maydell wrote: > >> On 2 April 2016 at 17:56, Programmingkid wrote: >>> The mouse down event should not be sent to the guest if the mouse down event >>> causes an activation of QEMU. This patch prevents activati

Re: [Qemu-devel] [PATCH] ui/cocoa.m: fix sending mouse event to guest

2016-04-02 Thread Programmingkid
On Apr 2, 2016, at 1:07 PM, Peter Maydell wrote: > On 2 April 2016 at 17:56, Programmingkid wrote: >> The mouse down event should not be sent to the guest if the mouse down event >> causes an activation of QEMU. This patch prevents activation clicks from >> going >> to the guest. >> >> Signed-

Re: [Qemu-devel] [PATCH] ui/cocoa.m: fix sending mouse event to guest

2016-04-02 Thread Peter Maydell
On 2 April 2016 at 17:56, Programmingkid wrote: > The mouse down event should not be sent to the guest if the mouse down event > causes an activation of QEMU. This patch prevents activation clicks from going > to the guest. > > Signed-off-by: John Arbuckle > --- > ui/cocoa.m | 2 +- > 1 file cha

[Qemu-devel] [PATCH] ui/cocoa.m: fix sending mouse event to guest

2016-04-02 Thread Programmingkid
The mouse down event should not be sent to the guest if the mouse down event causes an activation of QEMU. This patch prevents activation clicks from going to the guest. Signed-off-by: John Arbuckle --- ui/cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/cocoa.m b/u