summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimageiconthemeprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-05-16 04:06:23 +0200
committerBenjamin Otte <otte@redhat.com>2014-05-16 04:13:39 +0200
commit271ef198bf0c7fd569136f9c72e2806d529cd9e8 (patch)
tree7b8b540da12619c0d740123fd6946dc4b2be08c8 /gtk/gtkcssimageiconthemeprivate.h
parent96c476b6a0bbeac07ce70cee77f323f13dd1c520 (diff)
downloadgtk+-271ef198bf0c7fd569136f9c72e2806d529cd9e8.tar.gz
cssimage: Implement symbolic coloring for -gtk-icontheme()
Diffstat (limited to 'gtk/gtkcssimageiconthemeprivate.h')
-rw-r--r--gtk/gtkcssimageiconthemeprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcssimageiconthemeprivate.h b/gtk/gtkcssimageiconthemeprivate.h
index 8482060c8d..5922146ea8 100644
--- a/gtk/gtkcssimageiconthemeprivate.h
+++ b/gtk/gtkcssimageiconthemeprivate.h
@@ -40,6 +40,7 @@ struct _GtkCssImageIconTheme
GtkCssImage parent;
GtkIconTheme *icon_theme;
+ GdkRGBA color;
gint scale;
char *name;
};