aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-08-23 19:30:02 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-08-23 19:30:02 -0400
commit91d312ea0bb0205915f3522402896fbf7132f6a4 (patch)
tree0d6246d970433569baabd675cd6360a453205bc4
parent7da1531db036cc283d84954757d69d56ff012154 (diff)
downloadtextadept-91d312ea0bb0205915f3522402896fbf7132f6a4.tar.gz
textadept-91d312ea0bb0205915f3522402896fbf7132f6a4.zip
Patch Scintilla 3.5.0 to compile for Mac OSX; src/scintilla.patch
This patch should be reverted if it is applied upstream.
-rw-r--r--src/scintilla.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/scintilla.patch b/src/scintilla.patch
index 3b30a825..48557491 100644
--- a/src/scintilla.patch
+++ b/src/scintilla.patch
@@ -18,3 +18,15 @@ diff -r 5693714a8b0b src/Catalogue.cxx
return 1;
}
+diff -r a431f85e13c9 src/EditView.h
+--- a/src/EditView.h Mon Aug 11 14:20:07 2014 +1000
++++ b/src/EditView.h Sat Aug 23 19:15:03 2014 -0400
+@@ -32,7 +32,7 @@
+ drawLineTranslucent = 0x40,
+ drawFoldLines = 0x80,
+ drawCarets = 0x100,
+- drawAll = 0x1FF,
++ drawAll = 0x1FF
+ };
+
+ bool ValidStyledText(const ViewStyle &vs, size_t styleOffset, const StyledText &st);