]> git.eshelyaron.com Git - emacs.git/commit
(xftfont_list): Adjusted for the change of `list'
authorKenichi Handa <handa@m17n.org>
Wed, 14 May 2008 01:43:03 +0000 (01:43 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 14 May 2008 01:43:03 +0000 (01:43 +0000)
commit3528e709a4eb8eb0f4346804a4c5166fe3cc594f
tree7c1a02f7105e4583d2f486e87dfab6647d8d70ec
parentf0c557507cae98312e85c88e88562e6fbe52496d
(xftfont_list): Adjusted for the change of `list'
callback function.
(xftfont_match): Adjusted for the fontmat change of font-entity.
(xftfont_open): Adjusted for the format change of font-entity and
font-object.  Adjusted for the change of struct font.  Return a
font-object.  Don't update dpyinfo->smallest_font_height and
dpyinfo->smallest_char_width.
(xftfont_close): Block input while calling XftFontClose.
(xftfont_prepare_face): Don't block input while calling
xftfont_get_colors.  Adjusted for the change of struct font.
(xftfont_shape): Return value of error case fixed.
src/xftfont.c