emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] harfbuzz 2f72162: Fix crash in the Cairo build


From: Eli Zaretskii
Subject: [Emacs-diffs] harfbuzz 2f72162: Fix crash in the Cairo build
Date: Fri, 14 Dec 2018 03:54:18 -0500 (EST)

branch: harfbuzz
commit 2f72162243b293af9c204646ef6e777dc8222b52
Author: Ari Roponen <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix crash in the Cairo build
    
    * src/ftcrfont.c (struct ftcrfont_info) [HAVE_HARFBUZZ]: New
    member 'hb_font'.  (Bug#33739)
---
 src/ftcrfont.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/ftcrfont.c b/src/ftcrfont.c
index e2f84d4..6d74d93 100644
--- a/src/ftcrfont.c
+++ b/src/ftcrfont.c
@@ -41,6 +41,9 @@ struct ftcrfont_info
   bool maybe_otf;        /* Flag to tell if this may be OTF or not.  */
   OTF *otf;
 #endif /* HAVE_LIBOTF */
+#ifdef HAVE_HARFBUZZ
+  hb_font_t *hb_font;
+#endif  /* HAVE_HARFBUZZ */
   FT_Size ft_size;
   int index;
   FT_Matrix matrix;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]