diff options
Diffstat (limited to 'x.c')
-rw-r--r-- | x.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1092,6 +1092,9 @@ xmakeglyphfontspecs(XftGlyphFontSpec *specs, const Glyph *glyphs, int len, int x | |||
1092 | 1092 | ||
1093 | frc[frclen].font = XftFontOpenPattern(xw.dpy, | 1093 | frc[frclen].font = XftFontOpenPattern(xw.dpy, |
1094 | fontpattern); | 1094 | fontpattern); |
1095 | if (!frc[frclen].font) | ||
1096 | die("XftFontOpenPattern failed seeking fallback font: %s\n", | ||
1097 | strerror(errno)); | ||
1095 | frc[frclen].flags = frcflags; | 1098 | frc[frclen].flags = frcflags; |
1096 | frc[frclen].unicodep = rune; | 1099 | frc[frclen].unicodep = rune; |
1097 | 1100 | ||