aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-02-22 17:06:50 +1100
committernyamatongwe <devnull@localhost>2013-02-22 17:06:50 +1100
commit18e16eec6d4a66f9d9a365e2498ab511e56b6a97 (patch)
tree47dc5204d018285b8d80187dfff81eb6d658e1e6 /include/Scintilla.h
parent64a54a3c407b2208f299701628619c55121da4a3 (diff)
downloadscintilla-mirror-18e16eec6d4a66f9d9a365e2498ab511e56b6a97.tar.gz
Define the maximum number of margins in Scintilla.iface.
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 717a6895f..15a86682e 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -148,6 +148,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_MARKERDEFINEPIXMAP 2049
#define SCI_MARKERADDSET 2466
#define SCI_MARKERSETALPHA 2476
+#define SC_MAX_MARGIN 4
#define SC_MARGIN_SYMBOL 0
#define SC_MARGIN_NUMBER 1
#define SC_MARGIN_BACK 2