aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-10-30 03:48:41 +0000
committernyamatongwe <devnull@localhost>2005-10-30 03:48:41 +0000
commitc62f5aaf7c989721fbb26b22129fde3e3a10d903 (patch)
tree64017e036bfa42b05f55b93789bfb6f09760a58b /include/Scintilla.h
parent5ed6a77b2a0910681b68ebfbf91e7f0dbe39c74a (diff)
downloadscintilla-mirror-c62f5aaf7c989721fbb26b22129fde3e3a10d903.tar.gz
MarkerAddSet added.
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 4f646cc98..e9dbd653c 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -137,6 +137,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_MARKERNEXT 2047
#define SCI_MARKERPREVIOUS 2048
#define SCI_MARKERDEFINEPIXMAP 2049
+#define SCI_MARKERADDSET 2466
#define SC_MARGIN_SYMBOL 0
#define SC_MARGIN_NUMBER 1
#define SCI_SETMARGINTYPEN 2240