aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2008-01-19 03:07:58 +0000
committernyamatongwe <devnull@localhost>2008-01-19 03:07:58 +0000
commit55a25ce56daec5128348ec882f773044dc9dfa86 (patch)
tree4e1fb737f08fb267185601e49b10659637b91ad9 /include/Scintilla.h
parent89a39d969a2231cfb68bc8b0c2b27952e6d27c09 (diff)
downloadscintilla-mirror-55a25ce56daec5128348ec882f773044dc9dfa86.tar.gz
Added SC_MARK_LEFTRECT margin marker.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 757587259..aa7c6e1be 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -118,6 +118,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_MARK_ARROWS 24
#define SC_MARK_PIXMAP 25
#define SC_MARK_FULLRECT 26
+#define SC_MARK_LEFTRECT 27
#define SC_MARK_CHARACTER 10000
#define SC_MARKNUM_FOLDEREND 25
#define SC_MARKNUM_FOLDEROPENMID 26