summaryrefslogtreecommitdiff
path: root/image/rsvg.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/rsvg.c')
-rw-r--r--image/rsvg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/rsvg.c b/image/rsvg.c
index 31feb498f..7f88d82ad 100644
--- a/image/rsvg.c
+++ b/image/rsvg.c
@@ -181,7 +181,7 @@ bool rsvg_convert(struct content *c)
}
bool rsvg_redraw(struct content *c, int x, int y,
- int width, int height, struct rect *clip,
+ int width, int height, const struct rect *clip,
float scale, colour background_colour)
{
plot.bitmap(x, y, width, height, c->bitmap, background_colour, BITMAPF_NONE);