summaryrefslogtreecommitdiff
path: root/games/xemeraldia/patches/patch-ac
blob: c5c704cca717e477004357ac47095a25c3baec5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 1999/12/14 01:49:33 sakamoto Exp $

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