demos: Ignore deprecations for render apis
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Oct 2022 02:54:48 +0000 (22:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 12 Oct 2022 19:35:00 +0000 (15:35 -0400)
Eventually, this demo should probably be removed.

demos/gtk-demo/css_multiplebgs.c

index b3badee6694af3cced753a932ecbb7a7b25b10e7..da625be09d6ad9754ae7b853f8247fc29604af8c 100644 (file)
@@ -6,6 +6,8 @@
 
 #include <gtk/gtk.h>
 
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
 static void
 show_parsing_error (GtkCssProvider *provider,
                     GtkCssSection  *section,