aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-10-24 10:56:45 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-10-24 10:56:45 +0000
commit932899269970861ae49f0dc1a6da512c1401a0b6 (patch)
tree1172a6d2ed40297eb6b55559d98423cc25883bc0 /x11-wm
parent18c8580b99ca0c226726ca7261c1386601577b2c (diff)
downloadports-932899269970861ae49f0dc1a6da512c1401a0b6.tar.gz
ports-932899269970861ae49f0dc1a6da512c1401a0b6.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker/files/patch-aj11
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 72b6c059b73c..000000000000
--- 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!!!"));