diff options
author | nyamatongwe <unknown> | 2000-03-18 03:22:06 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-03-18 03:22:06 +0000 |
commit | 5b1696c853eade22c596eaf0786b218f37e1de04 (patch) | |
tree | 8ea910eb7b6f233c050cc3394d9513f09b648831 /include/Scintilla.h | |
parent | b500681e71e9138c29ae1233a7897068031dea17 (diff) | |
download | scintilla-mirror-5b1696c853eade22c596eaf0786b218f37e1de04.tar.gz |
Added SCI_LINESONSCREEN.
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 |