opnsense-ports/graphics/cenon/files/patch-DocView.m
Franco Fichtner cb39ac50ab */*: sync with upstream
Taken from: HardenedBSD
2017-08-23 15:19:03 +02:00

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: