summaryrefslogtreecommitdiff
path: root/image/webp.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/webp.h')
-rw-r--r--image/webp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/webp.h b/image/webp.h
index acd449cbf..a89713ac3 100644
--- a/image/webp.h
+++ b/image/webp.h
@@ -38,7 +38,7 @@ struct content_webp_data {
bool webp_convert(struct content *c);
void webp_destroy(struct content *c);
bool webp_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);
bool webp_clone(const struct content *old, struct content *new_content);