aboutsummaryrefslogtreecommitdiff
path: root/graphics/cenon/files
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2017-08-21 13:26:28 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2017-08-21 13:26:28 +0000
commit31e0b9f12cc7c944cfa44082f5ff6c94615f8d68 (patch)
tree1818a753b93ff1ef78365147f674b9e83bcf0048 /graphics/cenon/files
parented4f9411de6026a3b60201af8fab0ba50db224cb (diff)
downloadports-31e0b9f12cc7c944cfa44082f5ff6c94615f8d68.tar.gz
ports-31e0b9f12cc7c944cfa44082f5ff6c94615f8d68.zip
Notes
Diffstat (limited to 'graphics/cenon/files')
-rw-r--r--graphics/cenon/files/patch-DocView.m13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/cenon/files/patch-DocView.m b/graphics/cenon/files/patch-DocView.m
new file mode 100644
index 000000000000..3124c94d9e63
--- /dev/null
+++ b/graphics/cenon/files/patch-DocView.m
@@ -0,0 +1,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: