--- rxvt-unicode/src/rxvtfont.C 2006/01/30 04:53:30 1.92 +++ rxvt-unicode/src/rxvtfont.C 2006/01/31 00:25:16 1.93 @@ -1310,7 +1310,6 @@ FT_UInt glyph = XftCharIndex (disp, f, fc); XftGlyphExtents (disp, f, &glyph, 1, &extents); - ep->glyph = glyph; ep->x = x + (cwidth - extents.xOff >> 1); ep->y = y + ascent;