summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mkLinks')
-rw-r--r--unix/mkLinks8
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index cc99d6d..08e5480 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -624,6 +624,14 @@ if test -r TextLayout.3; then
ln TextLayout.3 Tk_IntersectTextLayout.3
fi
if test -r WindowId.3; then
+ rm -f Tk_IsContainer.3
+ ln WindowId.3 Tk_IsContainer.3
+fi
+if test -r WindowId.3; then
+ rm -f Tk_IsEmbedded.3
+ ln WindowId.3 Tk_IsEmbedded.3
+fi
+if test -r WindowId.3; then
rm -f Tk_IsMapped.3
ln WindowId.3 Tk_IsMapped.3
fi