winemac: Allow ordering a window into Cocoa's window list even if it's positioned...
commit784a91390eb64bf0e6cf3a27be9becff7ad5787f
authorKen Thomases <ken@codeweavers.com>
Fri, 15 Nov 2013 02:52:04 +0000 (14 20:52 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 15 Nov 2013 10:59:47 +0000 (15 11:59 +0100)
tree802883fb19097b0edef77c9e8f6f29b1bc7efc00
parent99e3ce7d430a730e152fdaba8d84515a733a70d1
winemac: Allow ordering a window into Cocoa's window list even if it's positioned outside of the desktop.

Some programs minimize windows which are outside of the desktop.  The Mac
driver had been leaving such windows ordered out, which prevented them from
minimizing and appearing on the Dock.  That, in turn, made it difficult for
the user to restore them.
dlls/winemac.drv/cocoa_window.m
dlls/winemac.drv/macdrv_cocoa.h
dlls/winemac.drv/window.c