commit 1802acdda5f2c1101b325a4c76b4fb8681423e6e
parent a2034f78f4fa8d6d0475641a9b2771e58b60c300
Author: Natasha Kerensikova <natacha@instinctive.eu>
Date: Sun, 2 Mar 2025 09:24:37 +0100
[nat] Avoid color in fallback font
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/x.c b/x.c
@@ -1466,6 +1466,7 @@ xmakeglyphfontspecs(XftGlyphFontSpec *specs, const Glyph *glyphs, int len, int x
FcPatternAddCharSet(fcpattern, FC_CHARSET,
fccharset);
FcPatternAddBool(fcpattern, FC_SCALABLE, 1);
+ FcPatternAddBool(fcpattern, FC_COLOR, 0);
FcConfigSubstitute(0, fcpattern,
FcMatchPattern);