[gtk+/gtk-3-16] settings: Include pangofc-fontmap.h header on Wayland
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-16] settings: Include pangofc-fontmap.h header on Wayland
- Date: Mon, 20 Jul 2015 23:06:43 +0000 (UTC)
commit fe104915e480718728d589d780492a5b0162e089
Author: nick <oavc-fujie yandex com>
Date: Mon Jun 29 20:37:26 2015 +0100
settings: Include pangofc-fontmap.h header on Wayland
In case the X11 backend is not enabled, we still need to include the
pangofc-fontmap.h header file, as we use the Pango/FontConfig API in
both the X11 and Wayland case.
https://bugzilla.gnome.org/show_bug.cgi?id=751625
gtk/gtksettings.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index 5ab43de..d13b3bf 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -41,6 +41,7 @@
#ifdef GDK_WINDOWING_WAYLAND
#include "wayland/gdkwayland.h"
+#include <pango/pangofc-fontmap.h>
#endif
#ifdef GDK_WINDOWING_BROADWAY
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]