diff options
Diffstat (limited to 'drw.c')
-rw-r--r-- | drw.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -135,6 +135,7 @@ xfont_create(Drw *drw, const char *fontname, FcPattern *fontpattern) font = ecalloc(1, sizeof(Fnt)); font->xfont = xfont; + font->xfont->ascent += font_ascent_pad; font->pattern = pattern; font->h = xfont->ascent + xfont->descent; font->dpy = drw->dpy; |