diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-25 14:30:46 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-25 14:30:46 +0100 |
| commit | 71ee27e1c743610139ae5bbce589c85703fd9888 (patch) | |
| tree | dc5afe322b36c9d8c39c510d1808c21217231b52 /drw.c | |
| parent | 38ff8aa1f2c752c9471a7fc64c6c5681f0e9179d (diff) | |
changed libXft library
Diffstat (limited to 'drw.c')
| -rwxr-xr-x | drw.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -140,11 +140,11 @@ xfont_create(Drw *drw, const char *fontname, FcPattern *fontpattern) * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916349 * and lots more all over the internet. */ - FcBool iscol; - if(FcPatternGetBool(xfont->pattern, FC_COLOR, 0, &iscol) == FcResultMatch && iscol) { - XftFontClose(drw->dpy, xfont); - return NULL; - } + /* FcBool iscol; */ + /* if(FcPatternGetBool(xfont->pattern, FC_COLOR, 0, &iscol) == FcResultMatch && iscol) { */ + /* XftFontClose(drw->dpy, xfont); */ + /* return NULL; */ + /* } */ font = ecalloc(1, sizeof(Fnt)); font->xfont = xfont; |
