mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
Port FC_COLOR change to older fontconfig
Problem reported by John ff in: https://lists.gnu.org/r/emacs-devel/2018-04/msg00058.html * src/ftfont.c (ftfont_spec_pattern) [!FC_COLOR]: Don’t use FC_COLOR on older fontconfigs that don’t have it.
This commit is contained in:
parent
f21fa142ac
commit
97d61f878e
1 changed files with 1 additions and 1 deletions
|
|
@ -764,7 +764,7 @@ ftfont_spec_pattern (Lisp_Object spec, char *otlayout, struct OpenTypeSpec **ots
|
|||
if (scalable >= 0
|
||||
&& ! FcPatternAddBool (pattern, FC_SCALABLE, scalable ? FcTrue : FcFalse))
|
||||
goto err;
|
||||
#ifdef HAVE_XFT
|
||||
#if defined HAVE_XFT && defined FC_COLOR
|
||||
/* We really don't like color fonts, they cause Xft crashes. See
|
||||
Bug#30874. */
|
||||
if (Vxft_ignore_color_fonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue