summaryrefslogtreecommitdiff
path: root/gtk/gtkrenderbackground.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-01-09 06:00:57 +0100
committerTimm Bäder <mail@baedert.org>2018-01-10 08:46:22 +0100
commit5e39f3c23b3c241bc51513c62dee5f71e8796a6d (patch)
tree2fd254a699746f18a2b0f8703ba44b53f5cecb63 /gtk/gtkrenderbackground.c
parentc9e6fcd5fa4d7cdebe832866b0ea3c98fb3955fb (diff)
downloadgtk+-5e39f3c23b3c241bc51513c62dee5f71e8796a6d.tar.gz
renderbackground: Add some constness
Diffstat (limited to 'gtk/gtkrenderbackground.c')
-rw-r--r--gtk/gtkrenderbackground.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkrenderbackground.c b/gtk/gtkrenderbackground.c
index 612c9c01bf..57a07413b8 100644
--- a/gtk/gtkrenderbackground.c
+++ b/gtk/gtkrenderbackground.c
@@ -75,10 +75,10 @@ _gtk_theming_background_paint_color (GtkThemingBackground *bg,
}
static void
-gtk_theming_background_snapshot_color (GtkThemingBackground *bg,
- GtkSnapshot *snapshot,
- const GdkRGBA *bg_color,
- GtkCssValue *background_image)
+gtk_theming_background_snapshot_color (const GtkThemingBackground *bg,
+ GtkSnapshot *snapshot,
+ const GdkRGBA *bg_color,
+ const GtkCssValue *background_image)
{
gint n_values = _gtk_css_array_value_get_n_values (background_image);
GtkCssArea clip = _gtk_css_area_value_get