File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ patch.pre_args-replace -p0 -p1
7070patchfiles-append \
7171 0001-winehq_macos_hacks.diff
7272
73+ # https://bugs.winehq.org/show_bug.cgi?id=58916
74+ patchfiles-append \
75+ bugzilla_58916.diff
76+
7377# wine requires the program specified in INSTALL to create intermediate
7478# directories; /usr/bin/install doesn't.
7579# http://bugs.winehq.org/show_bug.cgi?id=35310
Original file line number Diff line number Diff line change 1+ diff --git a/dlls/winemac.drv/cocoa_window.h b/dlls/winemac.drv/cocoa_window.h
2+ index 1d7b31007f57706a8de6f638ca6b388dc61f4740..0f4e5b448361cbea370aa6ee4fd136d096c2df2e 100644
3+ --- a/dlls/winemac.drv/cocoa_window.h
4+ +++ b/dlls/winemac.drv/cocoa_window.h
5+ @@ -19,6 +19,7 @@
6+ */
7+
8+ #import <AppKit/AppKit.h>
9+ + #import <QuartzCore/QuartzCore.h>
10+
11+
12+ @class WineEventQueue;
13+ @@ -81,6 +82,8 @@ @interface WineWindow : NSPanel <NSWindowDelegate>
14+ BOOL ignore_windowDeminiaturize;
15+ BOOL ignore_windowResize;
16+ BOOL fakingClose;
17+ +
18+ + CAShapeLayer* contentViewMaskLayer;
19+ }
20+
21+ @property (retain, readonly, nonatomic) WineEventQueue* queue;
You can’t perform that action at this time.
0 commit comments