diff options
author | nyamatongwe <devnull@localhost> | 2000-03-09 04:27:42 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-03-09 04:27:42 +0000 |
commit | baa0678debc0ba0c447d336f7cea5f7290b7ea16 (patch) | |
tree | b8a23516032cba4055917633f917ebc6ecc92b6c | |
parent | 8c49e08b30cd5e2edd2eb0b28c567db457e72df8 (diff) | |
download | scintilla-mirror-baa0678debc0ba0c447d336f7cea5f7290b7ea16.tar.gz |
Added modification flag for chanegs to markers.
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 35b5ad2e2..4319571a1 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -342,6 +342,7 @@ typedef void (tMacroRecorder)(UINT iMessage, WPARAM wParam, LPARAM lParam, #define SC_PERFORMED_UNDO 0x20 #define SC_PERFORMED_REDO 0x40 #define SC_LASTSTEPINUNDOREDO 0x100 +#define SC_MOD_CHANGEMARKER 0x200 #define SC_MODEVENTMASKALL 0x377 |