diff options
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/Scintilla.h b/include/Scintilla.h index 36eb51a72..22b47d65f 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -622,7 +622,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,  #define SC_MOD_CHANGEMARKER 0x200  #define SC_MOD_BEFOREINSERT 0x400  #define SC_MOD_BEFOREDELETE 0x800 -#define SC_MODEVENTMASKALL 0xF77 +#define SC_MODEVENTMASKALL 0xF7F  #define SCEN_CHANGE 768  #define SCEN_SETFOCUS 512  #define SCEN_KILLFOCUS 256 | 
