aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-10-03 01:34:29 +0000
committernyamatongwe <devnull@localhost>2002-10-03 01:34:29 +0000
commit5e5f9dea93e559656127de711421d792fc43ee73 (patch)
tree3158a7e57d4ac630e7ba7a0eaabdc3226141d1e1 /include/Scintilla.h
parent1b7a4d95458686fcd208cedf12882b665b5bdbcd (diff)
downloadscintilla-mirror-5e5f9dea93e559656127de711421d792fc43ee73.tar.gz
Cleaned up pixmap marker code.
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 7e070a068..a3de07809 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -111,6 +111,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_MARK_BACKGROUND 22
#define SC_MARK_DOTDOTDOT 23
#define SC_MARK_ARROWS 24
+#define SC_MARK_PIXMAP 25
#define SC_MARK_CHARACTER 10000
#define SC_MARKNUM_FOLDEREND 25
#define SC_MARKNUM_FOLDEROPENMID 26