forked from Lainports/freebsd-ports
Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release.
13 lines
375 B
Objective-C
13 lines
375 B
Objective-C
--- DocView.m.orig 2017-05-26 08:51:18 UTC
|
|
+++ DocView.m
|
|
@@ -101,6 +101,10 @@
|
|
- (void)joinSelection:(id)change messages:(BOOL)messages;
|
|
@end
|
|
|
|
+@interface Dummy
|
|
+- (CGFloat)backingScaleFactor;
|
|
+@end
|
|
+
|
|
NSString *e2PboardType = @"Cenon Graphic List";
|
|
|
|
static NSRect selectionRect = {{0.0, 0.0}, {0.0, 0.0}}; // shared rect for drawing the selection rect in -drawRect:
|