aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-09-24 13:29:37 +0000
committernyamatongwe <unknown>2001-09-24 13:29:37 +0000
commit2eb9a73283898caebc6186330f018e0d2e842d9a (patch)
treefc015f71cea45575ad277f22127b99d97c57b2c9 /include
parent341fe577ee91bc9d4cfb363491826d4593917e6b (diff)
downloadscintilla-mirror-2eb9a73283898caebc6186330f018e0d2e842d9a.tar.gz
Patch from Stephan for the SC_MARK_BACKGROUND marker.
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.h1
-rw-r--r--include/Scintilla.iface3
2 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index abe1581a4..7202712ad 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -107,6 +107,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_MARKNUM_FOLDERSUB 29
#define SC_MARKNUM_FOLDER 30
#define SC_MARKNUM_FOLDEROPEN 31
+#define SC_MARK_BACKGROUND 32
#define SCI_MARKERDEFINE 2040
#define SCI_MARKERSETFORE 2041
#define SCI_MARKERSETBACK 2042
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)