diff options
Diffstat (limited to 'include/Scintilla.h')
-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 4319571a1..e030aa859 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -311,6 +311,7 @@ extern "C" { // OR this with CARET_SLOP to reposition whenever outside slop border #define SCI_SETCARETPOLICY SCI_START + 369 +#define SCI_LINESONSCREEN SCI_START + 370 // GTK+ Specific #define SCI_GRABFOCUS SCI_START + 400 |