Skip to content

Commit c17521d

Browse files
Gcenxreneeotten
authored andcommitted
wine-devel,wine-staging: Add fix for i386
1 parent b72bf56 commit c17521d

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

emulators/wine-devel/Portfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ patch.pre_args-replace -p0 -p1
7070
patchfiles-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
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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;

0 commit comments

Comments
 (0)