@@ -234,8 +234,9 @@ g_object_unref(context); return result; */ - return f->xftfont->ascent + f->xftfont->descent + - (f->shadow ? f->offset : 0); + gint x, y; + font_measure_full(f, " ", &x, &y); + return y; #endif /* USE_PANGO */ } And a question: except that execvp patch, are there other patches I should apply to 3.3-rc1 ?