From d1b0fa9c5d4e7cd8d48e1d4dc4d38676140193e7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 24 Sep 2001 13:29:37 +0000 Subject: Patch from Stephan for the SC_MARK_BACKGROUND marker. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') 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) -- cgit v1.2.3