all repos — openbox @ e298cde9b010a51f026886c6aaa93fe1cd22250e

openbox fork - make it a bit more like ryudo

remove some excessive swearing from a comment about pango
Mikael Magnusson mikachu@comhem.se
commit

e298cde9b010a51f026886c6aaa93fe1cd22250e

parent

829e746b4defb3776050c438fa4fa87e5242eb25

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

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

@@ -406,8 +406,8 @@ XftDrawStringUtf8(d, &c, t->font->xftfont, x,

t->font->xftfont->ascent + y, (FcChar8*)text->str, l); #else /* USE_PANGO */ - /* This looks retarded, but layout_line() bases y on the baseline, while - * layout() bases y on the top of the ink layout shit ass fucking crap. + /* layout_line() bases y on the baseline, while + * layout() bases y on the top of the ink layout. * We want the baseline to always be in the same place, thusly, we use * layout_line() * The actual line doesn't need to be freed */