projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6122660
)
Fix warning in xsettings.c
author
Stefan Kangas
<stefankangas@gmail.com>
Fri, 28 Oct 2022 21:08:36 +0000
(23:08 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Fri, 28 Oct 2022 21:09:49 +0000
(23:09 +0200)
* src/xsettings.c [USE_CAIRO]: Include cairo-ft.h.
Thanks to Vincent Bernat <bernat@luffy.cx>.
src/xsettings.c
patch
|
blob
|
history
diff --git
a/src/xsettings.c
b/src/xsettings.c
index deacddcfde9ec314deee2ce0c86a8b94456c8f43..c4c70ad8460e43564c0af6d4baf60888558d05bc 100644
(file)
--- a/
src/xsettings.c
+++ b/
src/xsettings.c
@@
-57,6
+57,7
@@
typedef unsigned int CARD32;
#if defined USE_CAIRO || defined HAVE_XFT
#ifdef USE_CAIRO
#include <fontconfig/fontconfig.h>
+#include <cairo-ft.h>
#else /* HAVE_XFT */
#include <X11/Xft/Xft.h>
#endif