diff options
| author | nyamatongwe <devnull@localhost> | 2007-06-02 02:38:55 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2007-06-02 02:38:55 +0000 |
| commit | 739e6e3218041c656f62685fd2e19988e37e294f (patch) | |
| tree | 456ec5019dd63371f280c9dbd4187165ac38bcb5 /include/Scintilla.iface | |
| parent | f9a02492ca8f902ca349e60ce42dee4cadbd35c0 (diff) | |
| download | scintilla-mirror-739e6e3218041c656f62685fd2e19988e37e294f.tar.gz | |
Changed caret style method IDs to be in sequence.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 4 |
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,) |
