summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimageiconthemeprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-13 16:17:44 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-13 16:17:44 -0500
commit1009c88186c9473aed3ff4dbbb6f851254b5bf74 (patch)
tree2a3b79afc76062ed96e9b313a8d0f94169b504db /gtk/gtkcssimageiconthemeprivate.h
parent34c263683c1d6cb1d08f2fc9b7d3c66839c7b7db (diff)
downloadgtk+-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.h3
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;
};