diff options
Diffstat (limited to 'gtk/gtkrenderbackground.c')
-rw-r--r-- | gtk/gtkrenderbackground.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrenderbackground.c b/gtk/gtkrenderbackground.c index 2868e39ed2..e366188852 100644 --- a/gtk/gtkrenderbackground.c +++ b/gtk/gtkrenderbackground.c @@ -260,7 +260,7 @@ void gtk_css_style_snapshot_background (GtkCssBoxes *boxes, GtkSnapshot *snapshot) { - GtkCssBackgroundValues *background = boxes->style->background; + const GtkCssBackgroundValues *background = boxes->style->background; GtkCssValue *background_image; const GdkRGBA *bg_color; const GtkCssValue *box_shadow; |