diff options
| author | nyamatongwe <devnull@localhost> | 2001-09-24 13:29:37 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-09-24 13:29:37 +0000 |
| commit | d1b0fa9c5d4e7cd8d48e1d4dc4d38676140193e7 (patch) | |
| tree | fc015f71cea45575ad277f22127b99d97c57b2c9 /include/Scintilla.h | |
| parent | 2748de50c1e4b12f3b4cd224950b350684558b88 (diff) | |
| download | scintilla-mirror-d1b0fa9c5d4e7cd8d48e1d4dc4d38676140193e7.tar.gz | |
Patch from Stephan for the SC_MARK_BACKGROUND marker.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 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 |
