mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though.
This commit is contained in:
@@ -79,8 +79,8 @@ wLoadFont(char *font_name)
|
||||
}
|
||||
if (!font->font) {
|
||||
wwarning(_("could not create font set %s. Trying fixed"), font_name);
|
||||
font->font = XCreateFontSet(dpy, "fixed", &missing, &num_missing,
|
||||
&default_string);
|
||||
font->font = XCreateFontSet(dpy, "-*-fixed-medium-r-normal-*-14-*-*-*-*-*-*-*",
|
||||
&missing, &num_missing, &default_string);
|
||||
if (num_missing > 0) {
|
||||
XFreeStringList(missing);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user