From f1eb7da396f7a856006c15254216b5867ea23bc9 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 19 Apr 2007 13:21:08 +0000 Subject: Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR notification flag. --- include/Scintilla.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 153a5123c..67140a7d3 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -677,7 +677,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_MOD_BEFOREDELETE 0x800 #define SC_MULTILINEUNDOREDO 0x1000 #define SC_STARTACTION 0x2000 -#define SC_MODEVENTMASKALL 0x2FFF +#define SC_MOD_CHANGEINDICATOR 0x4000 +#define SC_MODEVENTMASKALL 0x6FFF #define SCEN_CHANGE 768 #define SCEN_SETFOCUS 512 #define SCEN_KILLFOCUS 256 -- cgit v1.2.3