[PATCH 3/5] winemac: Explicitly unhide the app early when showing windows.

Ken Thomases ken at codeweavers.com
Tue Dec 31 01:05:13 CST 2013


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 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-winemac-Explicitly-unhide-the-app-early-when-showing.patch
Type: text/x-patch
Size: 686 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20131231/e9f91cbd/attachment.bin>


More information about the wine-patches mailing list