summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-04-25 17:25:27 (GMT)
committerericm <ericm@noemail.net>2000-04-25 17:25:27 (GMT)
commite4f33a8e22b5f40172a258c8312eddda993c7796 (patch)
treec484db1da624b73323840ea9a5c7ea8c54cb227a /unix
parent32281015e53f837adc176c46eec6492c49c0ee3d (diff)
downloadtk-e4f33a8e22b5f40172a258c8312eddda993c7796.zip
tk-e4f33a8e22b5f40172a258c8312eddda993c7796.tar.gz
tk-e4f33a8e22b5f40172a258c8312eddda993c7796.tar.bz2
* generic/tkMain.c: Fixed function header comment for Tk_MainEx.
* unix/mkLinks: * doc/GetScroll.3: Added information about Tk_GetScrollInfoObj [Bug: 1866]. FossilOrigin-Name: b3b84342024a05edc5adf925223dbe8b4cb5a7b1
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