From b0c25608cdec34df50f6546854bbf022476f619e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 27 Jan 2009 05:08:40 +0000 Subject: [PATCH] (struct xftfont_info): New member `index'. --- src/xftfont.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xftfont.c b/src/xftfont.c index c059b7c0891..fa393e826e3 100644 --- a/src/xftfont.c +++ b/src/xftfont.c @@ -46,13 +46,14 @@ static Lisp_Object QChinting , QCautohint, QChintstyle, QCrgba, QCembolden; 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; -- 2.39.5