pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2ac917
)
Add an error for XftFontOpenPattern failure.
author
Gary Allen Vollink
<gary@vollink.com>
Thu, 14 Sep 2017 19:30:02 +0000
(15:30 -0400)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 15 Sep 2017 09:27:13 +0000
(11:27 +0200)
x.c
patch
|
blob
|
history
diff --git
a/x.c
b/x.c
index
fbfd350
..
191e5dc
100644
(file)
--- a/
x.c
+++ b/
x.c
@@
-1092,6
+1092,9
@@
xmakeglyphfontspecs(XftGlyphFontSpec *specs, const Glyph *glyphs, int len, int x
frc[frclen].font = XftFontOpenPattern(xw.dpy,
fontpattern);
+ if (!frc[frclen].font)
+ die("XftFontOpenPattern failed seeking fallback font: %s\n",
+ strerror(errno));
frc[frclen].flags = frcflags;
frc[frclen].unicodep = rune;