From 344bcec03b0e0c8b51d6eff65b23784545746a6c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 10 Oct 2002 03:09:26 +0000 Subject: Fixed SC_CURSORWAIT to be 4 to correspond with enumeration in Platform.h. --- include/Scintilla.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Scintilla.h') 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 -- cgit v1.2.3