aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-06-02 02:38:55 +0000
committernyamatongwe <unknown>2007-06-02 02:38:55 +0000
commitb78f4e0f1eeb340c23b3c9df896da7405c2e0217 (patch)
tree456ec5019dd63371f280c9dbd4187165ac38bcb5 /include/Scintilla.iface
parent02b830584e1d9b6ed231c238cc5958b1d382808a (diff)
downloadscintilla-mirror-b78f4e0f1eeb340c23b3c9df896da7405c2e0217.tar.gz
Changed caret style method IDs to be in sequence.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index c46d8dbd7..7d21f41b3 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1740,10 +1740,10 @@ val CARETSTYLE_LINE=1
val CARETSTYLE_BLOCK=2
# Set the style of the caret to be drawn.
-set void SetCaretStyle=2950(int caretStyle,)
+set void SetCaretStyle=2512(int caretStyle,)
# Returns the current style of the caret.
-get int GetCaretStyle=2951(,)
+get int GetCaretStyle=2513(,)
# Set the indicator used for IndicatorFillRange and IndicatorClearRange
set void SetIndicatorCurrent=2500(int indicator,)