summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-03-22 04:20:17 +0100
committerBenjamin Otte <otte@redhat.com>2019-04-12 19:34:28 +0200
commita938c14d11b1a0036f4bddd6b5c46382523381bb (patch)
treed1114f46c72c25abce77b26fb7fa75869021a3b5 /gtk/gtk.h
parentd6cc10ea7469b72feac164739c44ed502769c67b (diff)
downloadgtk+-a938c14d11b1a0036f4bddd6b5c46382523381bb.tar.gz
build: Add gtk-css static library
This library is meant to be the new CSS library that gets used from GDK, GSK and GTK for string printing and parsing. As a first step, move GtkCssProviderError into it. While doing so, split it into GtkCssParserError (for critical problems) and GtkCssParserWarning (for non-critical problems).
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index e460b8dbb0..9358fcd517 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -27,7 +27,10 @@
#define __GTK_H_INSIDE__
+#include <gtk/css/gtkcss.h>
#include <gdk/gdk.h>
+#include <gsk/gsk.h>
+
#include <gtk/gtkaboutdialog.h>
#include <gtk/gtkaccelgroup.h>
#include <gtk/gtkaccellabel.h>