Skip to content

Commit 7a571c3

Browse files
hiltjoToppDev
authored andcommitted
remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5
https://gitlab.freedesktop.org/xorg/lib/libxft/-/blob/libXft-2.3.5/NEWS
1 parent aec05c4 commit 7a571c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drw.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ drw_text(Drw *drw, int x, int y, unsigned int w, unsigned int h, unsigned int lp
355355
fcpattern = FcPatternDuplicate(drw->fonts->pattern);
356356
FcPatternAddCharSet(fcpattern, FC_CHARSET, fccharset);
357357
FcPatternAddBool(fcpattern, FC_SCALABLE, FcTrue);
358-
FcPatternAddBool(fcpattern, FC_COLOR, FcFalse);
359358

360359
FcConfigSubstitute(NULL, fcpattern, FcMatchPattern);
361360
FcDefaultSubstitute(fcpattern);

0 commit comments

Comments
 (0)