From 5b1696c853eade22c596eaf0786b218f37e1de04 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 18 Mar 2000 03:22:06 +0000 Subject: Added SCI_LINESONSCREEN. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3