aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-05-14 14:29:20 +1000
committerNeil <nyamatongwe@gmail.com>2021-05-14 14:29:20 +1000
commit83986cc620b990964fd62816c8216c92ab9c7d51 (patch)
tree6d9ee1a236765d8fabcdea5d0df5c1069a61feea /include/Scintilla.iface
parentd6136af6d39ae06b4b0b51bd4576338015722591 (diff)
downloadscintilla-mirror-83986cc620b990964fd62816c8216c92ab9c7d51.tar.gz
Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content area
markers can be drawn translucently under text.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index dfe555168..24c7e830d 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -739,7 +739,8 @@ set void SetSelEOLFilled=2480(bool filled,)
enu Layer=SC_LAYER_
val SC_LAYER_BASE=0
-val SC_LAYER_OVER_TEXT=10
+val SC_LAYER_UNDER_TEXT=1
+val SC_LAYER_OVER_TEXT=2
# Get the layer for drawing selections
get Layer GetSelectionLayer=2762(,)