From 0c99e69423245de6acbcaf9b400aeb8354aebed3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 8 Oct 2022 08:28:46 -0400 Subject: [PATCH] flowbox: Stop using gtk_render_background The gtk_render_ apis are getting deprecated. --- gtk/gtkflowbox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c index 38eeeaff64..786502ee9e 100644 --- a/gtk/gtkflowbox.c +++ b/gtk/gtkflowbox.c @@ -96,7 +96,6 @@ #include "gtkmarshalers.h" #include "gtkorientable.h" #include "gtkprivate.h" -#include "gtkrender.h" #include "gtksizerequest.h" #include "gtksnapshot.h" #include "gtkstylecontextprivate.h"