mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a60286e4e4
PR: 15379 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
--- init-graphics.c.orig Mon Mar 20 16:15:38 1995
|
|
+++ init-graphics.c Thu Dec 9 19:50:51 1999
|
|
@@ -50,7 +50,7 @@
|
|
clearScreen (w);
|
|
|
|
font = XLoadFont (XtDisplay (w),
|
|
- "-*-new century schoolbook-*-*-*-*-20-*-*-*-*-*-*-*");
|
|
+ "-*-new century schoolbook-*-*-*-*-18-*-*-*-*-*-*-*");
|
|
XSetFont (XtDisplay (w), draw_gc, font);
|
|
}
|
|
|