qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] ui/cocoa.m: Prevent activation clicks from goin


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] ui/cocoa.m: Prevent activation clicks from going to guest
Date: Mon, 23 Nov 2015 16:06:15 +0000

On 22 November 2015 at 01:43, Programmingkid <address@hidden> wrote:
> When QEMU is brought to the foreground, the click event that activates QEMU
> should not go to the guest. Accidents happen when they do go to the guest
> without giving the user a change to handle them. Buttons are clicked 
> accidently.
> Windows are closed accidently. Volumes are unmounted accidently. This patch
> prevents these accidents from happening.
>
> Signed-off-by: John Arbuckle <address@hidden>

So, I checked how Parallels behaves (this is my go-to check for
"how should a native OSX VM window behave?"), and it works the
same way QEMU does -- left mouse clicks "click through" so they
both raise the window to the front and have the behaviour
indicated by the guest OS.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]