diff options
author | nyamatongwe <devnull@localhost> | 2005-04-20 23:03:20 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-04-20 23:03:20 +0000 |
commit | 659f73f69816ff326f3c2a1a4a9d55f00ce75084 (patch) | |
tree | 7f5c328c507a0f0c8e65abbb8130911d1f3dc04c | |
parent | 9c3dc9ffe6e1af51cf23bd26a8c3c1c7d732bc9b (diff) | |
download | scintilla-mirror-659f73f69816ff326f3c2a1a4a9d55f00ce75084.tar.gz |
Changed type of GetEndAtLastLine to match SetEndAtLastLine.
-rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 2dd86eec2..32f19d5ac 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1078,7 +1078,7 @@ set void SetEndAtLastLine=2277(bool endAtLastLine,) # Retrieve whether the maximum scroll position has the last # line at the bottom of the view. -get int GetEndAtLastLine=2278(,) +get bool GetEndAtLastLine=2278(,) # Retrieve the height of a particular line of text in pixels. fun int TextHeight=2279(int line,) |