WindowMaker/WindowMaker-null.patch

12 lines
359 B
Diff
Raw Normal View History

--- WindowMaker-0.92.0/WINGs/wfontpanel.c
+++ WindowMaker-0.92.0/WINGs/wfontpanel.c
@@ -584,7 +584,7 @@
int i;
pat = FcPatternCreate();
- os = FcObjectSetBuild(FC_FAMILY, FC_STYLE, 0);
+ os = FcObjectSetBuild(FC_FAMILY, FC_STYLE, NULL);
fs = FcFontList(0, pat, os);
if (!fs) {
WMRunAlertPanel(scr, panel->win, _("Error"),