From de00b649083f8d7b7a9a0fc4d4be8c239d4dd5bf Mon Sep 17 00:00:00 2001 From: Steve Price Date: Wed, 29 Dec 1999 08:27:43 +0000 Subject: Toss in a better mult-byte character support. PR: 12637 Submitted by: Yuan-Chen Cheng --- x11-wm/windowmaker/files/patch-aj | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-wm/windowmaker/files/patch-aj (limited to 'x11-wm') diff --git a/x11-wm/windowmaker/files/patch-aj b/x11-wm/windowmaker/files/patch-aj new file mode 100644 index 000000000000..72b6c059b73c --- /dev/null +++ b/x11-wm/windowmaker/files/patch-aj @@ -0,0 +1,11 @@ +--- 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!!!")); -- cgit v1.2.3