winemac: Don't bring owned windows to the front when they're clicked.
commit3bca22a6b9d49bbf0255adfc06444227d6228c51
authorKen Thomases <ken@codeweavers.com>
Wed, 7 May 2014 22:09:29 +0000 (7 17:09 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 May 2014 08:24:31 +0000 (8 10:24 +0200)
tree72ada7d3d384c5331576950390d3f012288524b3
parent3ebb9b7b7530a14acec574af127aec5d7a26b053
winemac: Don't bring owned windows to the front when they're clicked.

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