summaryrefslogtreecommitdiff
path: root/graphics/cenon/files/patch-DocView.m
blob: 3124c94d9e63f79609312470057a764b53fd9392 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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: