all repos — openbox @ 7089a86006929ccbb8bed18eaae702cb04364058

openbox fork - make it a bit more like ryudo

remove a spurious identical ifdef diff decided to generate
Mikael Magnusson mikachu@comhem.se
commit

7089a86006929ccbb8bed18eaae702cb04364058

parent

558ea325dd8dbe736478e6f8d234ce0b7ba47b8a

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

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

@@ -64,15 +64,9 @@ /* xOff, yOff is the normal spacing to the next glyph. */

XGlyphInfo info; /* measure an elipses */ -#ifndef USE_PANGO XftTextExtentsUtf8(RrDisplay(f->inst), f->xftfont, (FcChar8*)ELIPSES, strlen(ELIPSES), &info); f->elipses_length = (signed) info.xOff; -#else /* USE_PANGO */ - XftTextExtentsUtf8(RrDisplay(f->inst), f->xftfont, - (FcChar8*)ELIPSES, strlen(ELIPSES), &info); - f->elipses_length = (signed) info.xOff; -#endif /* USE_PANGO */ } static RrFont *openfont(const RrInstance *inst, gchar *fontstring)