aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-05-14 14:02:39 +1000
committerNeil <nyamatongwe@gmail.com>2021-05-14 14:02:39 +1000
commitd6136af6d39ae06b4b0b51bd4576338015722591 (patch)
treedd7ece130f6405ddfda06a3289a258ea0b3557af /include/Scintilla.iface
parent17d2d5c793eaa95b170684213b18ff2e3f5ce291 (diff)
downloadscintilla-mirror-d6136af6d39ae06b4b0b51bd4576338015722591.tar.gz
Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and
SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 730c7bb12..dfe555168 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -696,6 +696,8 @@ val SC_ELEMENT_CARET_SECONDARY=42
val SC_ELEMENT_CARET_LINE_BACK=50
val SC_ELEMENT_WHITE_SPACE=60
val SC_ELEMENT_WHITE_SPACE_BACK=61
+val SC_ELEMENT_HOT_SPOT_ACTIVE=70
+val SC_ELEMENT_HOT_SPOT_ACTIVE_BACK=71
# Set the colour of an element. Translucency (alpha) may or may not be significant
# and this may depend on the platform. The alpha byte should commonly be 0xff for opaque.