From 739e6e3218041c656f62685fd2e19988e37e294f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 2 Jun 2007 02:38:55 +0000 Subject: Changed caret style method IDs to be in sequence. --- include/Scintilla.iface | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Scintilla.iface') 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,) -- cgit v1.2.3