mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 05:01:02 -08:00
; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.
This commit is contained in:
parent
97d61f878e
commit
acaebed014
1 changed files with 1 additions and 1 deletions
|
|
@ -768,7 +768,7 @@ ftfont_spec_pattern (Lisp_Object spec, char *otlayout, struct OpenTypeSpec **ots
|
||||||
/* We really don't like color fonts, they cause Xft crashes. See
|
/* We really don't like color fonts, they cause Xft crashes. See
|
||||||
Bug#30874. */
|
Bug#30874. */
|
||||||
if (Vxft_ignore_color_fonts
|
if (Vxft_ignore_color_fonts
|
||||||
&& ! FcPatternAddBool(pattern, FC_COLOR, FcFalse))
|
&& ! FcPatternAddBool (pattern, FC_COLOR, FcFalse))
|
||||||
goto err;
|
goto err;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue