diff options
author | nyamatongwe <devnull@localhost> | 2002-10-10 03:09:26 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-10-10 03:09:26 +0000 |
commit | 8bf2004aab8f92f8ca78b4f629dad641a573e726 (patch) | |
tree | c3f02bd2f000c5ad95f9cb152c1c643ccc66adad /include/Scintilla.h | |
parent | b5c88b84e15767921e74880e499a8090eac09d8d (diff) | |
download | scintilla-mirror-8bf2004aab8f92f8ca78b4f629dad641a573e726.tar.gz |
Fixed SC_CURSORWAIT to be 4 to correspond with enumeration in Platform.h.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 1b481fca2..3199aa20d 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -469,7 +469,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETMOUSEDOWNCAPTURES 2384 #define SCI_GETMOUSEDOWNCAPTURES 2385 #define SC_CURSORNORMAL -1 -#define SC_CURSORWAIT 3 +#define SC_CURSORWAIT 4 #define SCI_SETCURSOR 2386 #define SCI_GETCURSOR 2387 #define SCI_SETCONTROLCHARSYMBOL 2388 |