diff options
author | Andrea Cimitan <andrea.cimitan@canonical.com> | 2012-04-13 11:59:26 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-09-20 02:45:41 +0200 |
commit | 43673dafdca7985d0bd896e14a57ae43acb5035c (patch) | |
tree | 223379a6d5be1815993c1c11944665450f3a0696 /gtk/Makefile.am | |
parent | 75e746f9ef0914dcdf96254ff44b0abf39e4f15a (diff) | |
download | gtk+-43673dafdca7985d0bd896e14a57ae43acb5035c.tar.gz |
Add code for blurring (original code from Unico, copyright fine for Gtk+)
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 ad208f61d0..2f21bbf230 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -419,6 +419,7 @@ gtk_private_h_sources = \ gtkboxprivate.h \ gtkbuilderprivate.h \ gtkbuttonprivate.h \ + gtkcairoblurprivate.h \ gtkcellareaboxcontextprivate.h \ gtkcolorswatchprivate.h \ gtkcoloreditorprivate.h \ @@ -615,6 +616,7 @@ gtk_base_c_sources = \ gtkbuilderparser.c \ gtkbuilder-menus.c \ gtkbutton.c \ + gtkcairoblur.c \ gtkcalendar.c \ gtkcellarea.c \ gtkcellareabox.c \ |