aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-05-23 20:51:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-05-23 20:51:27 +0000
commitcf38b673c9d0d64f2f6303cbd51829725cbe9994 (patch)
treedecd4ea843a45a8c9335888f3542946d0a804f3a /editors
parent434871ff18beb46a362cd1c62c66944e27e2552c (diff)
downloadports-cf38b673c9d0d64f2f6303cbd51829725cbe9994.tar.gz
ports-cf38b673c9d0d64f2f6303cbd51829725cbe9994.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/textedit.app/files/patch-ScalingScrollView.m12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/textedit.app/files/patch-ScalingScrollView.m b/editors/textedit.app/files/patch-ScalingScrollView.m
new file mode 100644
index 000000000000..8c68c59e4573
--- /dev/null
+++ b/editors/textedit.app/files/patch-ScalingScrollView.m
@@ -0,0 +1,12 @@
+--- ScalingScrollView.m.orig 2003-10-28 20:28:47.000000000 +0100
++++ ScalingScrollView.m 2010-05-22 12:31:35.000000000 +0200
+@@ -11,7 +11,9 @@
+
+ #import "ScalingScrollView.h"
+
++#import <Foundation/NSBundle.h>
+ #import <Foundation/NSGeometry.h>
++#import <Foundation/NSValue.h>
+ #import <AppKit/NSPopUpButton.h>
+ #import <AppKit/NSScroller.h>
+ #import <AppKit/NSButtonCell.h>