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

2017-01-06 Thread Peter Maydell
On 6 January 2017 at 15:44, Programmingkid wrote: > > On Jan 6, 2017, at 8:48 AM, Peter Maydell wrote: > >> On 1 January 2017 at 21:31, Programmingkid wrote: >>> The mouse down event should not be sent to the guest if the mouse down event >>> causes QEMU to move the foreground from the background

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

2017-01-06 Thread Programmingkid
On Jan 6, 2017, at 11:19 AM, Peter Maydell wrote: > On 6 January 2017 at 15:44, Programmingkid wrote: >> >> On Jan 6, 2017, at 8:48 AM, Peter Maydell wrote: >> >>> On 1 January 2017 at 21:31, Programmingkid >>> wrote: The mouse down event should not be sent to the guest if the mouse dow

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

2017-01-06 Thread Programmingkid
On Jan 6, 2017, at 8:48 AM, Peter Maydell wrote: > On 1 January 2017 at 21:31, Programmingkid wrote: >> The mouse down event should not be sent to the guest if the mouse down event >> causes QEMU to move the foreground from the background. This patch prevents >> these activation clicks from goin

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

2017-01-06 Thread Peter Maydell
On 1 January 2017 at 21:31, Programmingkid wrote: > The mouse down event should not be sent to the guest if the mouse down event > causes QEMU to move the foreground from the background. This patch prevents > these activation clicks from going to the guest. > > Signed-off-by: John Arbuckle > ---

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

2017-01-01 Thread Programmingkid
The mouse down event should not be sent to the guest if the mouse down event causes QEMU to move the foreground from the background. This patch prevents these activation clicks from going to the guest. Signed-off-by: John Arbuckle --- v2 changes: Fix a bug that caused fullscreen mode not to recei