all repos — openbox @ 425dc318088b4c675cc0d7e6d75c6ff552cee448

openbox fork - make it a bit more like ryudo

fix pixelsize when using pango (set_size != set_absolute_size)
Mikael Magnusson mikachu@comhem.se
commit

425dc318088b4c675cc0d7e6d75c6ff552cee448

parent

b287b126ccebe8f65b90cba8191b720fdb901d49

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

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

@@ -130,7 +130,7 @@

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