aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-10-10 03:09:26 +0000
committernyamatongwe <devnull@localhost>2002-10-10 03:09:26 +0000
commit8bf2004aab8f92f8ca78b4f629dad641a573e726 (patch)
treec3f02bd2f000c5ad95f9cb152c1c643ccc66adad /include/Scintilla.iface
parentb5c88b84e15767921e74880e499a8090eac09d8d (diff)
downloadscintilla-mirror-8bf2004aab8f92f8ca78b4f629dad641a573e726.tar.gz
Fixed SC_CURSORWAIT to be 4 to correspond with enumeration in Platform.h.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
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.