From e26f84fca0446eebea1cfc5606ac5541db6bfcd6 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 13 Dec 2016 20:48:58 +0100 Subject: gtk: Remove GtkRoundedBox struct Use GskRoundedRect instead. --- gtk/gtkrenderbackground.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkrenderbackground.c') diff --git a/gtk/gtkrenderbackground.c b/gtk/gtkrenderbackground.c index 4ef6ccd187..b4091f6804 100644 --- a/gtk/gtkrenderbackground.c +++ b/gtk/gtkrenderbackground.c @@ -52,7 +52,7 @@ typedef struct _GtkThemingBackground GtkThemingBackground; struct _GtkThemingBackground { GtkCssStyle *style; - GtkRoundedBox boxes[N_BOXES]; + GskRoundedRect boxes[N_BOXES]; }; static void @@ -115,7 +115,7 @@ gtk_theming_background_paint_layer (GtkThemingBackground *bg, const GtkCssValue *pos, *repeat; GtkCssImage *image; GtkCssBlendMode blend_mode; - const GtkRoundedBox *origin; + const GskRoundedRect *origin; double image_width, image_height; double width, height; -- cgit v1.2.1