From 7c4483cad3686634b276eff906feaea2ac516612 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 9 Mar 2000 04:27:42 +0000 Subject: Added modification flag for chanegs to markers. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3