aboutsummaryrefslogtreecommitdiff
path: root/src/scintilla_backports/6425_73343682cbda.patch
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2018-02-19 12:10:04 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2018-02-19 12:10:04 -0500
commitd29a22ebc96120ec90605decf3db5557a99dc75a (patch)
treeccd3c719af14ad5bedbeea9862e18f5cd9501bba /src/scintilla_backports/6425_73343682cbda.patch
parent968530a9c69a6d2c061c7a0d37f0442795a669e8 (diff)
downloadtextadept-d29a22ebc96120ec90605decf3db5557a99dc75a.tar.gz
textadept-d29a22ebc96120ec90605decf3db5557a99dc75a.zip
More backport fixes to compile on build server.
Requires Scinterm r168 (changeset 46e218082338).
Diffstat (limited to 'src/scintilla_backports/6425_73343682cbda.patch')
-rw-r--r--src/scintilla_backports/6425_73343682cbda.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scintilla_backports/6425_73343682cbda.patch b/src/scintilla_backports/6425_73343682cbda.patch
index 36445a10..0126d946 100644
--- a/src/scintilla_backports/6425_73343682cbda.patch
+++ b/src/scintilla_backports/6425_73343682cbda.patch
@@ -114,7 +114,7 @@ diff -r 5246ca55cf24 -r 73343682cbda src/EditModel.cxx
highlightGuideColumn = 0;
primarySelection = true;
imeInteraction = imeWindowed;
-+ bidirectional = Bidirectional::bidiDisabled;
++ bidirectional = bidiDisabled;
foldFlags = 0;
foldDisplayTextStyle = SC_FOLDDISPLAYTEXT_HIDDEN;
hotspot = Range(Sci::invalidPosition);
@@ -125,7 +125,7 @@ diff -r 5246ca55cf24 -r 73343682cbda src/EditModel.h
enum IMEInteraction { imeWindowed, imeInline } imeInteraction;
-+ enum class Bidirectional { bidiDisabled, bidiL2R, bidiR2L } bidirectional;
++ enum Bidirectional { bidiDisabled, bidiL2R, bidiR2L } bidirectional;
+
int foldFlags;
int foldDisplayTextStyle;