aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-09-12 09:15:49 +1000
committerNeil <nyamatongwe@gmail.com>2016-09-12 09:15:49 +1000
commit5ca7dd65bb30f05ad8aa6bfd269d812e766930da (patch)
treef3c2d9630c701a78e6147c7a12c255cdfb9f94f1 /include
parent6b717717368a0677fecc52d0fe5bb38030cf22b8 (diff)
downloadscintilla-mirror-5ca7dd65bb30f05ad8aa6bfd269d812e766930da.tar.gz
Fixed some enums in Scintilla.iface which may change bindings.
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.iface4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 140cb70f4..0ecae3a28 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1185,7 +1185,7 @@ get bool GetFoldExpanded=2230(int line,)
# Switch a header line between expanded and contracted.
fun void ToggleFold=2231(int line,)
-enu FoldAction=SC_FOLDACTION
+enu FoldAction=SC_FOLDACTION_
val SC_FOLDACTION_CONTRACT=0
val SC_FOLDACTION_EXPAND=1
val SC_FOLDACTION_TOGGLE=2
@@ -1381,7 +1381,7 @@ get bool GetTwoPhaseDraw=2283(,)
# and then the foreground. This avoids chopping off characters that overlap the next run.
set void SetTwoPhaseDraw=2284(bool twoPhase,)
-enu FontQuality=SC_PHASES_
+enu PhasesDraw=SC_PHASES_
val SC_PHASES_ONE=0
val SC_PHASES_TWO=1
val SC_PHASES_MULTIPLE=2