summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorericm <ericm>2000-04-24 19:47:26 (GMT)
committerericm <ericm>2000-04-24 19:47:26 (GMT)
commitdb662c0d7c33a282d9a79fc935fd7ced68b3ab2a (patch)
treeff37962b7c301e6fcdc57fa1a27b434c57567380 /unix
parenta6fb23d1828713a594050d87218125254a99fa37 (diff)
downloadtk-db662c0d7c33a282d9a79fc935fd7ced68b3ab2a.zip
tk-db662c0d7c33a282d9a79fc935fd7ced68b3ab2a.tar.gz
tk-db662c0d7c33a282d9a79fc935fd7ced68b3ab2a.tar.bz2
* unix/mkLinks:
* doc/GetHWND.3: Man page for Tk_GetHWND [Bug: 1863].
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 8fe71ab..a33041f 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -603,6 +603,10 @@ if test -r WindowId.3; then
rm -f Tk_Height.3
ln WindowId.3 Tk_Height.3
fi
+if test -r GetHWND.3; then
+ rm -f Tk_GetHWND.3
+ ln GetHWND.3 Tk_GetHWND.3
+fi
if test -r IdToWindow.3; then
rm -f Tk_IdToWindow.3
ln IdToWindow.3 Tk_IdToWindow.3