Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd an error for XftFontOpenPattern failure. - st - [fork] customized build of…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit b1338e91ed632adbcd08388de37e46cf25326e01
parent b2ac91775302fa4b8ce462a6e7bcfffa93923471
Author: Gary Allen Vollink <[email protected]>
Date: Thu, 14 Sep 2017 15:30:02 -0400
Add an error for XftFontOpenPattern failure.
Diffstat:
M x.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/x.c b/x.c
t@@ -1092,6 +1092,9 @@ xmakeglyphfontspecs(XftGlyphFontSpec *specs, const Glyph…
frc[frclen].font = XftFontOpenPattern(xw.dpy,
fontpattern);
+ if (!frc[frclen].font)
+ die("XftFontOpenPattern failed seeking fallbac…
+ strerror(errno));
frc[frclen].flags = frcflags;
frc[frclen].unicodep = rune;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.