diff options
| author | nyamatongwe <devnull@localhost> | 2000-10-03 13:03:13 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-10-03 13:03:13 +0000 |
| commit | d22793be31487dc096cffb4696d393affe44e513 (patch) | |
| tree | cea87796a2b93da40e665db96aa3f4672d29abf4 /include/Scintilla.h | |
| parent | 6fffdce88450575c94b05f2d71708590bf266254 (diff) | |
| download | scintilla-mirror-d22793be31487dc096cffb4696d393affe44e513.tar.gz | |
Mouse down captures now optional.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 42fc2c8d0..68df0c82e 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -370,6 +370,8 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara #define SCI_GETFOCUS 2381 #define SCI_SETSTATUS 2382 #define SCI_GETSTATUS 2383 +#define SCI_SETMOUSEDOWNCAPTURES 2384 +#define SCI_GETMOUSEDOWNCAPTURES 2385 #define SCI_GRABFOCUS 2400 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 |
