From: Dana Jansens Date: Sun, 4 Mar 2007 00:47:26 +0000 (+0000) Subject: add missing comment X-Git-Tag: openbox-3_3_991-RELEASE~430 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=41e272bd27d81fed4865dc23bbb2cd39241bade6;p=dana%2Fopenbox.git add missing comment --- diff --git a/render/font.c b/render/font.c index a88df51f..3d2e1ed9 100644 --- a/render/font.c +++ b/render/font.c @@ -116,6 +116,7 @@ static RrFont *openfont(const RrInstance *inst, gchar *fontstring) PANGO_WEIGHT_ULTRABOLD); } + /* get the style/slant */ if (FcPatternGetInteger(pat, "slant", 0, &ival) == FcResultMatch) { if (ival == FC_SLANT_ITALIC) pango_font_description_set_style(out->font_desc,