winemac: Don't bring owned windows to the front when they're clicked.

Ken Thomases ken at codeweavers.com
Wed May 7 17:09:29 CDT 2014


Cocoa will bring an unowned window to the front of its level when it's clicked,
but it doesn't do that for owned windows.  The old code went out of its way to
make owned windows behave like unowned windows in this respect.  That was
exactly backward.  We wish we could control whether windows are raised on a
click.  We don't have that opportunity for unowned windows, but, by ripping
out a bunch of code, we do for owned windows.
---
dlls/winemac.drv/cocoa_app.m |   54 ------------------------------------------
1 files changed, 0 insertions(+), 54 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-winemac-Don-t-bring-owned-windows-to-the-front-when-.patch
Type: text/x-patch
Size: 2856 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140507/6255bc30/attachment.bin>


More information about the wine-patches mailing list