aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2014-01-21 09:18:57 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2014-01-21 09:18:57 +1100
commit56d581a730cd2c5dd0959c6b3bd532c9f5ad42e2 (patch)
treefd9204e54a534714272892c409d90eac552e81c4 /include/Scintilla.h
parentee715f20fd678120d416202e3225b0343ee24b16 (diff)
downloadscintilla-mirror-56d581a730cd2c5dd0959c6b3bd532c9f5ad42e2.tar.gz
Implement new marker symbol SC_MARK_BOOKMARK.
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 dda068d75..ae1abc8e0 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -125,6 +125,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_MARK_AVAILABLE 28
#define SC_MARK_UNDERLINE 29
#define SC_MARK_RGBAIMAGE 30
+#define SC_MARK_BOOKMARK 31
#define SC_MARK_CHARACTER 10000
#define SC_MARKNUM_FOLDEREND 25
#define SC_MARKNUM_FOLDEROPENMID 26