diff options
author | Benjamin Otte <otte@redhat.com> | 2011-12-28 22:59:55 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-09 18:37:50 +0100 |
commit | ba5e7012b1c4cec7f3cfcee662273d4b960e497d (patch) | |
tree | 1b7b5829f2b5711a7c1dd657fcc530c2122a8e6a /gtk/gtkstylepropertiesprivate.h | |
parent | 38a9b28a0edfdf8fd6749815bfc3c8edf457e3ec (diff) | |
download | gtk+-ba5e7012b1c4cec7f3cfcee662273d4b960e497d.tar.gz |
css: Redo StyleProvider interface
We now use the GtkStleProviderPrivate interface, which hopefully is
faster and more conformant to CSS. Long term, it definitely should be
both.
I would have liked to split this up into multiple commits, but couldn't
find a way.
Diffstat (limited to 'gtk/gtkstylepropertiesprivate.h')
-rw-r--r-- | gtk/gtkstylepropertiesprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkstylepropertiesprivate.h b/gtk/gtkstylepropertiesprivate.h index 3465270e4f..5da461717f 100644 --- a/gtk/gtkstylepropertiesprivate.h +++ b/gtk/gtkstylepropertiesprivate.h @@ -23,6 +23,7 @@ #include "gtkstyleproperties.h" #include "gtkstylepropertyprivate.h" #include "gtkstylecontextprivate.h" +#include "gtksymboliccolorprivate.h" G_BEGIN_DECLS |