freebsd-ports/games/xemeraldia/files/patch-ac
Steve Price a60286e4e4 Update to version 0.31.
PR:		15379
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-10 19:25:17 +00:00

11 lines
344 B
Text

--- 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);
}