mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
updated translations and image files for WINGs, bug fixes in WINGs
font handling, bug fixes in wmaker and wraster
This commit is contained in:
@@ -2115,6 +2115,9 @@ getFont(WScreen *scr, WDefaultEntry *entry, proplist_t value, void *addr,
|
||||
val = PLGetString(value);
|
||||
|
||||
font = WMCreateFont(scr->wmscreen, val);
|
||||
if (!font)
|
||||
font = WMCreateFont(scr->wmscreen, "fixed");
|
||||
|
||||
if (!font) {
|
||||
wfatal(_("could not load any usable font!!!"));
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user