all repos — openbox @ 5755a7a5642ba3b84163a213d79ac021a09b060f

openbox fork - make it a bit more like ryudo

bettr font alignment, i think
Dana Jansens danakj@orodu.net
commit

5755a7a5642ba3b84163a213d79ac021a09b060f

parent

c8e55b8f09e8f216cfb93295eaefc1793f175aca

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M render/font.crender/font.c

@@ -97,7 +97,7 @@ XftColor c;

/* accomidate for areas bigger/smaller than Xft thinks the font is tall */ y -= (2 * (t->font->xftfont->ascent + t->font->xftfont->descent) - - (t->font->height + h)) / 2; + (t->font->height + h) - 1) / 2; x += 3; /* XXX figure out X with justification */