summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/box.c b/render/box.c
index 6be898057..635bcbb3b 100644
--- a/render/box.c
+++ b/render/box.c
@@ -1160,6 +1160,9 @@ bool box_duplicate_main_tree(struct box *box, struct content *c, int *count)
content_get_type(box->object) == CONTENT_JNG ||
content_get_type(box->object) == CONTENT_MNG ||
#endif
+#ifdef WITH_WEBP
+ content_get_type(box->object) == CONTENT_WEBP ||
+#endif
#if defined(WITH_SPRITE) || defined(WITH_NSSPRITE)
content_get_type(box->object) == CONTENT_SPRITE ||
#endif