1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-wm/windowmaker/files/patch-aj
Steve Price de00b64908 Toss in a better mult-byte character support.
PR:		12637
Submitted by:	Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>
1999-12-29 08:27:43 +00:00

12 lines
362 B
Plaintext

--- 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!!!"));