]> Dogcows Code - chaz/openbox/commitdiff
remove some excessive swearing from a comment about pango
authorMikael Magnusson <mikachu@comhem.se>
Thu, 1 Sep 2005 15:33:04 +0000 (15:33 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 1 Sep 2005 15:33:04 +0000 (15:33 +0000)
render/font.c

index 141ce80754158f99cd30170bcbcb127cf5ca6105..ee8ca4a39e818a8dd1dc124dc60d576dfe0c269d 100644 (file)
@@ -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 */
This page took 0.022627 seconds and 4 git commands to generate.