+2009-04-06 Kenichi Handa <handa@m17n.org>
+
+ * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
+
+ * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
+
2009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* ftfont.c (ftfont_open): Fix checking of the return value of
GCForeground | GCBackground, &xgcv);
XSetForeground (FRAME_X_DISPLAY (f), gc, xgcv.background);
XFillRectangle (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), gc,
- x, y - font->ascent, width, y + font->descent);
+ x, y - FONT_BASE (font), width, FONT_HEIGHT (font));
XSetForeground (FRAME_X_DISPLAY (f), gc, xgcv.foreground);
}