all repos — openbox @ c5a14b4f04a516185b84f7ddde5ec0e73bf6f383

openbox fork - make it a bit more like ryudo

!"$!#"%
Mikael Magnusson mikachu@comhem.se
commit

c5a14b4f04a516185b84f7ddde5ec0e73bf6f383

parent

b177ace2c3e0eedcdb62212bdaeb00a04dfb9c45

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

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

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

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