From: Matthias Clasen Date: Sat, 8 Oct 2022 12:28:46 +0000 (-0400) Subject: flowbox: Stop using gtk_render_background X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~181^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0c99e69423245de6acbcaf9b400aeb8354aebed3;p=gtk4.git flowbox: Stop using gtk_render_background The gtk_render_ apis are getting deprecated. --- 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"