diff options
author | nyamatongwe <unknown> | 2005-04-20 23:03:20 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-04-20 23:03:20 +0000 |
commit | c1b7f5da4f77fcd9530bbb03eb3228f6e81f5745 (patch) | |
tree | 7f5c328c507a0f0c8e65abbb8130911d1f3dc04c | |
parent | c441bdfefcc4eae12a99f2874d2c5a4d6603e77c (diff) | |
download | scintilla-mirror-c1b7f5da4f77fcd9530bbb03eb3228f6e81f5745.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,) |