aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-02-05 09:28:07 +1100
committernyamatongwe <unknown>2013-02-05 09:28:07 +1100
commitff4788b4cf8ec592dbeb5db3270061c0af76da90 (patch)
tree918d925828ed132043e82d7e93d4a7b1a1248f37 /include/Scintilla.h
parente24c283b7c2ad83bbe09d3dd8f9053af68b77d07 (diff)
downloadscintilla-mirror-ff4788b4cf8ec592dbeb5db3270061c0af76da90.tar.gz
Add allocation of extended styles.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 32956e6ba..717a6895f 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -775,6 +775,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_ANNOTATIONGETVISIBLE 2549
#define SCI_ANNOTATIONSETSTYLEOFFSET 2550
#define SCI_ANNOTATIONGETSTYLEOFFSET 2551
+#define SCI_RELEASEALLEXTENDEDSTYLES 2552
+#define SCI_ALLOCATEEXTENDEDSTYLES 2553
#define UNDO_MAY_COALESCE 1
#define SCI_ADDUNDOACTION 2560
#define SCI_CHARPOSITIONFROMPOINT 2561