diff options
| -rw-r--r-- | x.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1331,7 +1331,7 @@ xmakeglyphfontspecs(XftGlyphFontSpec *specs, const Glyph *glyphs, int len, int x FcCharSetAddChar(fccharset, rune); FcPatternAddCharSet(fcpattern, FC_CHARSET, fccharset); - FcPatternAddBool(fcpattern, FC_SCALABLE, 1); + FcPatternAddBool(fcpattern, FC_COLOR, FcFalse); FcConfigSubstitute(0, fcpattern, FcMatchPattern); |
