diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2005-09-01 15:33:04 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2005-09-01 15:33:04 +0000 |
| commit | e298cde9b010a51f026886c6aaa93fe1cd22250e (patch) | |
| tree | f3b1c0dc01d60909c5b98e511e602a4df7a677ff | |
| parent | 829e746b4defb3776050c438fa4fa87e5242eb25 (diff) | |
remove some excessive swearing from a comment about pango
| -rw-r--r-- | render/font.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/render/font.c b/render/font.c index 141ce807..ee8ca4a3 100644 --- a/render/font.c +++ b/render/font.c @@ -406,8 +406,8 @@ void RrFontDraw(XftDraw *d, RrTextureText *t, RrRect *area) 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 */ |
