59351d6e18
Copy from X11:windowmanagers/WindowMaker based on submit request 35085 from user coolo OBS-URL: https://build.opensuse.org/request/show/35085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=14
12 lines
373 B
Diff
12 lines
373 B
Diff
--- Window-Maker-5a2507602c48/WINGs/wfontpanel.c
|
|
+++ Window-Maker-5a2507602c48/WINGs/wfontpanel.c
|
|
@@ -585,7 +585,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"),
|