aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-11-03 11:53:31 +0000
committernyamatongwe <devnull@localhost>2005-11-03 11:53:31 +0000
commit9b95e3ce6670eb7999113ae2fdbff3dbb2dea7d5 (patch)
tree8675524b7ad195115e9ef6c5986f81adb1526573 /include/Scintilla.h
parent64104a00c4a3a044a2d162f5d5d9af5ca9a0b8cb (diff)
downloadscintilla-mirror-9b95e3ce6670eb7999113ae2fdbff3dbb2dea7d5.tar.gz
Added SCMOD_NORM as it is documented.
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 0687959ac..1d6588215 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -652,6 +652,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCK_ADD 310
#define SCK_SUBTRACT 311
#define SCK_DIVIDE 312
+#define SCMOD_NORM 0
#define SCMOD_SHIFT 1
#define SCMOD_CTRL 2
#define SCMOD_ALT 4