diff options
author | Benjamin Otte <otte@redhat.com> | 2019-03-22 04:20:17 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-04-12 19:34:28 +0200 |
commit | a938c14d11b1a0036f4bddd6b5c46382523381bb (patch) | |
tree | d1114f46c72c25abce77b26fb7fa75869021a3b5 /gtk/gtk.h | |
parent | d6cc10ea7469b72feac164739c44ed502769c67b (diff) | |
download | gtk+-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |