diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-13 16:17:44 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-13 16:17:44 -0500 |
commit | 1009c88186c9473aed3ff4dbbb6f851254b5bf74 (patch) | |
tree | 2a3b79afc76062ed96e9b313a8d0f94169b504db /gtk/gtkcssimageiconthemeprivate.h | |
parent | 34c263683c1d6cb1d08f2fc9b7d3c66839c7b7db (diff) | |
download | gtk+-1009c88186c9473aed3ff4dbbb6f851254b5bf74.tar.gz |
Make -gtk-icontheme() use -gtk-icon-palette
This makes it possible to recolor themed icons with -gtk-icon-palette,
regardless whether they are loaded by the theme or the application.
Diffstat (limited to 'gtk/gtkcssimageiconthemeprivate.h')
-rw-r--r-- | gtk/gtkcssimageiconthemeprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkcssimageiconthemeprivate.h b/gtk/gtkcssimageiconthemeprivate.h index 5922146ea8..07d1f8e4ff 100644 --- a/gtk/gtkcssimageiconthemeprivate.h +++ b/gtk/gtkcssimageiconthemeprivate.h @@ -41,6 +41,9 @@ struct _GtkCssImageIconTheme GtkIconTheme *icon_theme; GdkRGBA color; + GdkRGBA success; + GdkRGBA warning; + GdkRGBA error; gint scale; char *name; }; |