winemac: Fix hiding windows that are minimized using -close instead of -orderOut:.
commitd7f4d67514b3febac084d48d22fef67fd328fdce
authorKen Thomases <ken@codeweavers.com>
Fri, 27 Sep 2013 04:46:31 +0000 (26 23:46 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Sep 2013 08:39:13 +0000 (27 10:39 +0200)
tree9f31be466f026ee0bf433155c0c6ed89d385f8aa
parentf78ffb374d53a92c86772cc3a238db738ac4328b
winemac: Fix hiding windows that are minimized using -close instead of -orderOut:.

Cocoa won't order a minimized window out of the screen list using -orderOut:.
This leaves a window that should be hidden still visible in the Dock, where
it can be unminimized.
dlls/winemac.drv/cocoa_app.m
dlls/winemac.drv/cocoa_window.h
dlls/winemac.drv/cocoa_window.m