aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-09-24 13:29:37 +0000
committernyamatongwe <devnull@localhost>2001-09-24 13:29:37 +0000
commitd1b0fa9c5d4e7cd8d48e1d4dc4d38676140193e7 (patch)
treefc015f71cea45575ad277f22127b99d97c57b2c9 /include/Scintilla.iface
parent2748de50c1e4b12f3b4cd224950b350684558b88 (diff)
downloadscintilla-mirror-d1b0fa9c5d4e7cd8d48e1d4dc4d38676140193e7.tar.gz
Patch from Stephan for the SC_MARK_BACKGROUND marker.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index bdfcd2e54..f5aed53ae 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -240,6 +240,9 @@ val SC_MARKNUM_FOLDERSUB=29
val SC_MARKNUM_FOLDER=30
val SC_MARKNUM_FOLDEROPEN=31
+# Invisible mark that only sets the line background color
+val SC_MARK_BACKGROUND=32
+
# Set the symbol used for a particular marker number.
fun void MarkerDefine=2040(int markerNumber, int markerSymbol)