From 8bf2004aab8f92f8ca78b4f629dad641a573e726 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.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index fbe531780..ef5b6d899 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1266,7 +1266,7 @@ get bool GetMouseDownCaptures=2385(,) enu CursorShape=SC_CURSOR val SC_CURSORNORMAL=-1 -val SC_CURSORWAIT=3 +val SC_CURSORWAIT=4 # Sets the cursor to one of the SC_CURSOR* values. set void SetCursor=2386(int cursorType,) # Get cursor type. -- cgit v1.2.3