Mercurial > emacs
changeset 101555:a8e049b0d2c2
(struct xftfont_info): New member `index'.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 27 Jan 2009 05:08:40 +0000 |
parents | 52affc17c7cf |
children | 7f8b5730cfa5 |
files | src/xftfont.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xftfont.c Tue Jan 27 05:08:00 2009 +0000 +++ b/src/xftfont.c Tue Jan 27 05:08:40 2009 +0000 @@ -46,13 +46,14 @@ struct xftfont_info { struct font font; - /* The following three members must be here in this order to be + /* The following four members must be here in this order to be compatible with struct ftfont_info (in ftfont.c). */ #ifdef HAVE_LIBOTF int maybe_otf; /* Flag to tell if this may be OTF or not. */ OTF *otf; #endif /* HAVE_LIBOTF */ FT_Size ft_size; + int index; Display *display; int screen; XftFont *xftfont;