all repos — openbox @ 41e272bd27d81fed4865dc23bbb2cd39241bade6

openbox fork - make it a bit more like ryudo

add missing comment
Dana Jansens danakj@orodu.net
commit

41e272bd27d81fed4865dc23bbb2cd39241bade6

parent

aa852556c0bc12e41a24da01df031d1eb886f9fa

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

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

@@ -116,6 +116,7 @@ pango_font_description_set_weight(out->font_desc,

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,