diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-11-25 20:39:53 -0500 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:39:47 +0100 |
commit | e598f17871086a233e9bfabae98c56908201e3e3 (patch) | |
tree | 4d19d334708d07eb4804b516897f71745273077c /gtk/gtkstylecontext.c | |
parent | 1915a19503a888e264d1c18ee2e0b10bbaac011a (diff) | |
download | gtk+-e598f17871086a233e9bfabae98c56908201e3e3.tar.gz |
Some header cleanups
Move GtkGradient to their own files, also move GtkBorder out of
gtkstyle.h, so that header can be all deprecated.
Diffstat (limited to 'gtk/gtkstylecontext.c')
-rw-r--r-- | gtk/gtkstylecontext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 61d3b7b5cd..190579d892 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -30,14 +30,14 @@ #include "gtkwidget.h" #include "gtkwindow.h" #include "gtkprivate.h" +#include "gtksymboliccolor.h" #include "gtkanimationdescription.h" #include "gtktimeline.h" /** * SECTION:gtkstylecontext - * @Short_description: rendering UI elements + * @Short_description: Rendering UI elements * @Title: GtkStyleContext - * @See_also: * * #GtkStyleContext is an object that stores styling information affecting * a widget defined by #GtkWidgetPath. |