summaryrefslogtreecommitdiff
path: root/image/webp.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/webp.c')
-rw-r--r--image/webp.c22
1 files changed, 7 insertions, 15 deletions
diff --git a/image/webp.c b/image/webp.c
index 7b651a1c7..daa7f4522 100644
--- a/image/webp.c
+++ b/image/webp.c
@@ -55,21 +55,13 @@ static nserror webp_clone(const struct content *old, struct content **newc);
static content_type webp_content_type(lwc_string *mime_type);
static const content_handler webp_content_handler = {
- webp_create,
- NULL,
- webp_convert,
- NULL,
- webp_destroy,
- NULL,
- NULL,
- NULL,
- webp_redraw,
- NULL,
- NULL,
- webp_clone,
- NULL,
- webp_content_type,
- false
+ .create = webp_create,
+ .data_complete = webp_convert,
+ .destroy = webp_destroy,
+ .redraw = webp_redraw,
+ .clone = webp_clone,
+ .type = webp_content_type,
+ .no_share = false,
};
static const char *webp_types[] = {