diff options
author | Benjamin Otte <otte@redhat.com> | 2012-03-26 08:30:24 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-04-17 08:59:11 +0200 |
commit | 04f5c8708a0281f5f0f936724a51aef06c487b93 (patch) | |
tree | f610c6628af5e7da0841ceec9c04877783ad126a /gtk/Makefile.am | |
parent | df45983fcb26b0cab9fa95b40c87f5029eecb133 (diff) | |
download | gtk+-04f5c8708a0281f5f0f936724a51aef06c487b93.tar.gz |
cssvalue: Add a CSS value for arrays
Make the value auto-cycle its child values, so it can be used for
background properties.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 7559239ae5..740c155ac4 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -423,6 +423,7 @@ gtk_private_h_sources = \ gtkcolorscaleprivate.h \ gtkcolorchooserprivate.h \ gtkcontainerprivate.h \ + gtkcssarrayvalueprivate.h \ gtkcsscomputedvaluesprivate.h \ gtkcsscustompropertyprivate.h \ gtkcssimagegradientprivate.h \ @@ -620,6 +621,7 @@ gtk_base_c_sources = \ gtkcombobox.c \ gtkcomboboxtext.c \ gtkcontainer.c \ + gtkcssarrayvalue.c \ gtkcsscomputedvalues.c \ gtkcsscustomproperty.c \ gtkcssimage.c \ |