winemac: Explicitly unhide the app early when showing windows.
commitbcde44fb8a34a9fc9bab60a8ff90700f07b0d6c4
authorKen Thomases <ken@codeweavers.com>
Tue, 31 Dec 2013 07:05:13 +0000 (31 01:05 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 31 Dec 2013 11:31:29 +0000 (31 12:31 +0100)
treef192e45813137a19f3f620f9e1962ffa48d3dd1c
parentae4732360460914da61bedbed798511882d84719
winemac: Explicitly unhide the app early when showing windows.

Cocoa would implictly unhide it when we order a window, anyway.  Doing it
early avoids problems from querying -[NSWindow isVisible] while the app is
hidden.  That method returns FALSE even for windows which would be visible
if the app weren't hidden.
dlls/winemac.drv/cocoa_window.m