diff options
| author | nyamatongwe <devnull@localhost> | 2007-06-02 02:38:55 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2007-06-02 02:38:55 +0000 |
| commit | 739e6e3218041c656f62685fd2e19988e37e294f (patch) | |
| tree | 456ec5019dd63371f280c9dbd4187165ac38bcb5 /include/Scintilla.h | |
| parent | f9a02492ca8f902ca349e60ce42dee4cadbd35c0 (diff) | |
| download | scintilla-mirror-739e6e3218041c656f62685fd2e19988e37e294f.tar.gz | |
Changed caret style method IDs to be in sequence.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 9e67b44de..81a7b814d 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -645,8 +645,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define CARETSTYLE_INVISIBLE 0 #define CARETSTYLE_LINE 1 #define CARETSTYLE_BLOCK 2 -#define SCI_SETCARETSTYLE 2950 -#define SCI_GETCARETSTYLE 2951 +#define SCI_SETCARETSTYLE 2512 +#define SCI_GETCARETSTYLE 2513 #define SCI_SETINDICATORCURRENT 2500 #define SCI_GETINDICATORCURRENT 2501 #define SCI_SETINDICATORVALUE 2502 |
