emacs-devel
[Top][All Lists]
Advanced

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

Re: harfbuzz 2f72162: Fix crash in the Cairo build


From: Paul Eggert
Subject: Re: harfbuzz 2f72162: Fix crash in the Cairo build
Date: Mon, 17 Dec 2018 13:49:33 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1

Thanks, looks good to me too. One minor point:

On 12/17/18 4:41 AM, Robert Pluim wrote:
+#ifdef HAVE_XFT
+#include <X11/Xlib.h>
+#include <X11/Xft/Xft.h>
+#endif
+#ifdef USE_CAIRO
+#include <cairo-ft.h>
+#endif

Please indent the include directives by using "# include" (with a space after "#").




reply via email to

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