diff options
author | Benjamin Otte <otte@redhat.com> | 2016-12-31 01:15:52 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-12-31 02:49:47 +0100 |
commit | 2645b5a7d755e6b58f84215072bf1f0b7ded8cf0 (patch) | |
tree | 79100ce0989d14be3597eb9332fa4a8670bc26b5 /gtk/Makefile.am | |
parent | 8973191278c191728b7f71239871c1cd55bfbc80 (diff) | |
download | gtk+-2645b5a7d755e6b58f84215072bf1f0b7ded8cf0.tar.gz |
gtk: Implement -gtk-icon-filter
This uses the new GskColorMatrixNode to implement a filter that applies
to icons. It's meant to replace -gtk-icon-effect.
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 bdb489859e..b49b2d5fc9 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -401,6 +401,7 @@ gtk_private_h_sources = \ gtkcssdimensionvalueprivate.h \ gtkcsseasevalueprivate.h \ gtkcssenumvalueprivate.h \ + gtkcssfiltervalueprivate.h \ gtkcssgadgetprivate.h \ gtkcssiconthemevalueprivate.h \ gtkcssimagebuiltinprivate.h \ @@ -668,6 +669,7 @@ gtk_base_c_sources = \ gtkcssdimensionvalue.c \ gtkcsseasevalue.c \ gtkcssenumvalue.c \ + gtkcssfiltervalue.c \ gtkcssgadget.c \ gtkcssiconthemevalue.c \ gtkcssimage.c \ |