winemac: Order front in -makeKeyAndOrderFront:; we only override to control key status.
commitc8d4b1cc5e9d69a8dc0e6150d768fc2b02b5ad6a
authorKen Thomases <ken@codeweavers.com>
Thu, 16 May 2013 23:43:50 +0000 (16 18:43 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 17 May 2013 14:36:40 +0000 (17 16:36 +0200)
tree5841c0ee74a8d54992ef64ab2ef4bb397c4c22e2
parentef874a8eaa7660a5bbbc762f2f396e0f831280d1
winemac: Order front in -makeKeyAndOrderFront:; we only override to control key status.

When we have windows on two different spaces and the user switches between them by
clicking our Dock icon, Cocoa inexplicably sends the switched-to window to the
back of the z-order.  It's only -makeKeyAndOrderFront: that brings it forward
again, but our override broke that.
dlls/winemac.drv/cocoa_window.m