mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
--- 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);
|