summaryrefslogtreecommitdiff
path: root/mbone/vat/files/patch-ac
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-09-11 03:55:02 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-09-11 03:55:02 +0000
commitc6ac4c37007ebfb6c8e561d4bc20f135175d05a1 (patch)
tree01ee2b56d87765282e8bd43ce9d2ebcf143ab2cf /mbone/vat/files/patch-ac
parentxtetris port no longer exists (and cannot) (diff)
Make port work with tcl/tk 8.0
Notes
Notes: svn path=/head/; revision=7856
Diffstat (limited to 'mbone/vat/files/patch-ac')
-rw-r--r--mbone/vat/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/mbone/vat/files/patch-ac b/mbone/vat/files/patch-ac
new file mode 100644
index 000000000000..42144397d299
--- /dev/null
+++ b/mbone/vat/files/patch-ac
@@ -0,0 +1,11 @@
+--- main.cc.orig Tue Sep 9 11:17:10 1997
++++ main.cc Tue Sep 9 11:17:31 1997
+@@ -162,7 +162,7 @@
+ else {
+ Tk_Window tk = t.tkmain();
+ Tk_Uid uid = Tk_GetUid((char*)argv[1]);
+- XFontStruct* p = Tk_GetFontStruct(t.interp(), tk, uid);
++ Tk_Font p = Tk_GetFont(t.interp(), tk, uid);
+ t.result(p != 0 ? "1" : "0");
+ }
+ return (TCL_OK);