summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorericm <ericm>2000-04-25 17:25:27 (GMT)
committerericm <ericm>2000-04-25 17:25:27 (GMT)
commit1c94ebd5a49fb2f0afa6adb85e36248756294731 (patch)
treec484db1da624b73323840ea9a5c7ea8c54cb227a /unix
parent8419030e7f65bf9a2669a578217772e8cf95ebf9 (diff)
downloadtk-1c94ebd5a49fb2f0afa6adb85e36248756294731.zip
tk-1c94ebd5a49fb2f0afa6adb85e36248756294731.tar.gz
tk-1c94ebd5a49fb2f0afa6adb85e36248756294731.tar.bz2
* generic/tkMain.c: Fixed function header comment for Tk_MainEx.
* unix/mkLinks: * doc/GetScroll.3: Added information about Tk_GetScrollInfoObj [Bug: 1866].
Diffstat (limited to 'unix')
-rw-r--r--unix/mkLinks4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 203b872..2bff198 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -587,6 +587,10 @@ if test -r GetScroll.3; then
rm -f Tk_GetScrollInfo.3
ln GetScroll.3 Tk_GetScrollInfo.3
fi
+if test -r GetScroll.3; then
+ rm -f Tk_GetScrollInfoObj.3
+ ln GetScroll.3 Tk_GetScrollInfoObj.3
+fi
if test -r GetSelect.3; then
rm -f Tk_GetSelection.3
ln GetSelect.3 Tk_GetSelection.3