all repos — openbox @ b177ace2c3e0eedcdb62212bdaeb00a04dfb9c45

openbox fork - make it a bit more like ryudo

yes it is
Mikael Magnusson mikachu@comhem.se
commit

b177ace2c3e0eedcdb62212bdaeb00a04dfb9c45

parent

425dc318088b4c675cc0d7e6d75c6ff552cee448

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

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

@@ -129,8 +129,7 @@ }

if (FcPatternGetInteger(match, "pixelsize", 0, &tmp_int) != FcResultTypeMismatch) { - /* TODO: is PANGO_SCALE correct ?? */ - pango_font_description_set_absolute_size(out->pango_font_description, + pango_font_description_set_size(out->pango_font_description, tmp_int*PANGO_SCALE); }