aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index c310da062..8a65463fe 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1334,7 +1334,9 @@ val SC_MOD_BEFOREDELETE=0x800
val SC_MODEVENTMASKALL=0xF77
# For compatibility, these go through the COMMAND notification rather than NOTIFY
-# and have exactly the same values as the EN_* constants.
+# and should have had exactly the same values as the EN_* constants.
+# Unfortunately the SETFOCUS and KILLFOCUS are flipped over from EN_*
+# As clients depend on these constants, this will not be changed.
val SCEN_CHANGE=768
val SCEN_SETFOCUS=512
val SCEN_KILLFOCUS=256