diff options
author | dougb <dougb@FreeBSD.org> | 2004-10-24 10:56:45 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-10-24 10:56:45 +0000 |
commit | beb32b04bda45de330b011c1c2b6bf015759e621 (patch) | |
tree | 13e184c01dd2c9c504459e31b829b913c5706863 | |
parent | fb732a1d3c40e864e699b6f5a4a8cb8efe797fe4 (diff) | |
download | FreeBSD-ports-beb32b04bda45de330b011c1c2b6bf015759e621.zip FreeBSD-ports-beb32b04bda45de330b011c1c2b6bf015759e621.tar.gz |
Choosing a default font for the installation seems no longer to be
necessary in 0.90.0.
-rw-r--r-- | x11-wm/windowmaker/files/patch-aj | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/windowmaker/files/patch-aj b/x11-wm/windowmaker/files/patch-aj deleted file mode 100644 index 72b6c05..0000000 --- a/x11-wm/windowmaker/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- src/defaults.c.orig Tue Dec 28 14:44:07 1999 -+++ src/defaults.c Tue Dec 28 14:45:08 1999 -@@ -2200,7 +2200,7 @@ - - font = WMCreateFont(scr->wmscreen, val); - if (!font) -- font = WMCreateFont(scr->wmscreen, "fixed"); -+ font = WMCreateFont(scr->wmscreen, "fixed,-default-*--16-*,*"); - - if (!font) { - wfatal(_("could not load any usable font!!!")); |