From 739e6e3218041c656f62685fd2e19988e37e294f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 2 Jun 2007 02:38:55 +0000 Subject: Changed caret style method IDs to be in sequence. --- include/Scintilla.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Scintilla.h') 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 -- cgit v1.2.3