all repos — openbox @ 3d1048f5a73ed69e5a191e01b9c0588cfe4b8bec

openbox fork - make it a bit more like ryudo

forgot debug print
Mikael Magnusson mikachu@comhem.se
commit

3d1048f5a73ed69e5a191e01b9c0588cfe4b8bec

parent

b2cd881d3131d85622d9cc969dd387e5a6ca9133

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

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

@@ -99,9 +99,6 @@

out = g_new(RrFont, 1); out->inst = inst; #ifdef USE_PANGO - /* printf("\n\n%s\n\n",fontstring); - FcPatternPrint(match); */ - out->pango_font_description = pango_font_description_new(); if (FcPatternGetString(match, "family", 0, &tmp_string) !=

@@ -140,7 +137,6 @@ if ((p = strchr(locale, '.')))

*p = '\0'; if ((p = strchr(locale, '@'))) *p = '\0'; - printf("%s\n", locale); PangoFontMetrics *metrics = pango_context_get_metrics(context, out->pango_font_description, ln = pango_language_from_string(locale));