aboutsummaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
Diffstat (limited to 'x.c')
-rw-r--r--x.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/x.c b/x.c
index fbfd350..191e5dc 100644
--- a/x.c
+++ b/x.c
@@ -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