aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-04-20 23:03:20 +0000
committernyamatongwe <devnull@localhost>2005-04-20 23:03:20 +0000
commit659f73f69816ff326f3c2a1a4a9d55f00ce75084 (patch)
tree7f5c328c507a0f0c8e65abbb8130911d1f3dc04c
parent9c3dc9ffe6e1af51cf23bd26a8c3c1c7d732bc9b (diff)
downloadscintilla-mirror-659f73f69816ff326f3c2a1a4a9d55f00ce75084.tar.gz
Changed type of GetEndAtLastLine to match SetEndAtLastLine.
-rw-r--r--include/Scintilla.iface2
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,)