diff options
author | nyamatongwe <devnull@localhost> | 2005-11-03 11:53:31 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-11-03 11:53:31 +0000 |
commit | 9b95e3ce6670eb7999113ae2fdbff3dbb2dea7d5 (patch) | |
tree | 8675524b7ad195115e9ef6c5986f81adb1526573 /include/Scintilla.h | |
parent | 64104a00c4a3a044a2d162f5d5d9af5ca9a0b8cb (diff) | |
download | scintilla-mirror-9b95e3ce6670eb7999113ae2fdbff3dbb2dea7d5.tar.gz |
Added SCMOD_NORM as it is documented.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
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 |