aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-10-10 03:09:26 +0000
committernyamatongwe <unknown>2002-10-10 03:09:26 +0000
commit344bcec03b0e0c8b51d6eff65b23784545746a6c (patch)
treec3f02bd2f000c5ad95f9cb152c1c643ccc66adad /include
parent89fe835a2839d9764d3e9fd512b0a383d89386b4 (diff)
downloadscintilla-mirror-344bcec03b0e0c8b51d6eff65b23784545746a6c.tar.gz
Fixed SC_CURSORWAIT to be 4 to correspond with enumeration in Platform.h.
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.h2
-rw-r--r--include/Scintilla.iface2
2 files changed, 2 insertions, 2 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
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.