aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-03-18 03:22:06 +0000
committernyamatongwe <devnull@localhost>2000-03-18 03:22:06 +0000
commitee2fb70f7d4a2cdf6cadab99633b9d0b990cbadd (patch)
tree8ea910eb7b6f233c050cc3394d9513f09b648831 /include/Scintilla.h
parent314339991bc681f42e11236848a8e4d3925b150f (diff)
downloadscintilla-mirror-ee2fb70f7d4a2cdf6cadab99633b9d0b990cbadd.tar.gz
Added SCI_LINESONSCREEN.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
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