diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-12-14 01:47:53 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-12-14 01:47:53 +0000 |
commit | 30e276357a8a3776d71d05b7a3b212b4fc69ad33 (patch) | |
tree | cf62ba8c57a414fcb7e9966686ac5c8e469c7a16 /games/xemeraldia/patches/patch-ac | |
parent | 1368a3b410fbb74af1696f6eb123799daf59be75 (diff) | |
download | pkgsrc-30e276357a8a3776d71d05b7a3b212b4fc69ad33.tar.gz |
Import FreeBSD's "xemeraldia" port:
A game of breaking blocks
Diffstat (limited to 'games/xemeraldia/patches/patch-ac')
-rw-r--r-- | games/xemeraldia/patches/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xemeraldia/patches/patch-ac b/games/xemeraldia/patches/patch-ac new file mode 100644 index 00000000000..5e0ab91153c --- /dev/null +++ b/games/xemeraldia/patches/patch-ac @@ -0,0 +1,11 @@ +--- 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); + } + |