From 5068b02e1f2ef2c0e05063498b01fb36d4f4a57c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 26 Jul 2007 07:28:36 +0000 Subject: Added notification for changing line state and use it to redraw if a line state change overruns the end of painting. --- 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 816edb36f..144402ba6 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -694,7 +694,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_MULTILINEUNDOREDO 0x1000 #define SC_STARTACTION 0x2000 #define SC_MOD_CHANGEINDICATOR 0x4000 -#define SC_MODEVENTMASKALL 0x6FFF +#define SC_MOD_CHANGELINESTATE 0x8000 +#define SC_MODEVENTMASKALL 0xFFFF #define SCEN_CHANGE 768 #define SCEN_SETFOCUS 512 #define SCEN_KILLFOCUS 256 -- cgit v1.2.3