aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-04-19 13:21:08 +0000
committernyamatongwe <unknown>2007-04-19 13:21:08 +0000
commitf1eb7da396f7a856006c15254216b5867ea23bc9 (patch)
treeaba5d8f3e3758feb0f7fba7256d2a4c01b54044b /include/Scintilla.iface
parent476e533e7277cfd122f3ca3472783831c9e47ca5 (diff)
downloadscintilla-mirror-f1eb7da396f7a856006c15254216b5867ea23bc9.tar.gz
Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR
notification flag.
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 ba9f61ec0..1e8c6478a 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1819,7 +1819,8 @@ val SC_MOD_BEFOREINSERT=0x400
val SC_MOD_BEFOREDELETE=0x800
val SC_MULTILINEUNDOREDO=0x1000
val SC_STARTACTION=0x2000
-val SC_MODEVENTMASKALL=0x2FFF
+val SC_MOD_CHANGEINDICATOR=0x4000
+val SC_MODEVENTMASKALL=0x6FFF
# For compatibility, these go through the COMMAND notification rather than NOTIFY
# and should have had exactly the same values as the EN_* constants.