[gtk+] Fix the build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix the build
- Date: Sun, 1 May 2016 17:26:45 +0000 (UTC)
commit de894f38b521d527881806b2733509acf69dfb5d
Author: Matthias Clasen <mclasen redhat com>
Date: Sun May 1 13:26:09 2016 -0400
Fix the build
I forgot to add an include here.
gtk/gtkcssenumvalue.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssenumvalue.c b/gtk/gtkcssenumvalue.c
index 607b7c1..fb480fc 100644
--- a/gtk/gtkcssenumvalue.c
+++ b/gtk/gtkcssenumvalue.c
@@ -22,6 +22,7 @@
#include "gtkcssstyleprivate.h"
#include "gtkcssnumbervalueprivate.h"
#include "gtkstyleproviderprivate.h"
+#include "gtksettingsprivate.h"
/* repeated API */
@@ -143,7 +144,6 @@ gtk_css_font_size_get_default_px (GtkStyleProviderPrivate *provider,
GtkCssStyle *style)
{
GtkSettings *settings;
- PangoFontDescription *description;
int font_size;
settings = _gtk_style_provider_private_get_settings (provider);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]