summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-16 15:26:28 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-16 15:26:28 +0000
commitc052d534e7d9485c4ce534f4286c56154ad7f247 (patch)
tree79a88d2f39cfc428d53f157da8520728d2870351 /render/box_construct.c
parent66ccdd3efa97a42d3bb1ae2766c6826afc9ca7e6 (diff)
downloadnetsurf-c052d534e7d9485c4ce534f4286c56154ad7f247.tar.gz
netsurf-c052d534e7d9485c4ce534f4286c56154ad7f247.tar.bz2
Add some missing CONTENT_WEBPs. WebP images in HTML docs now display correctly.
svn path=/trunk/netsurf/; revision=10890
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index e214edfa6..a241dde43 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -81,6 +81,9 @@ static const content_type image_types[] = {
#ifdef WITH_ARTWORKS
CONTENT_ARTWORKS,
#endif
+#ifdef WITH_WEBP
+ CONTENT_WEBP,
+#endif
CONTENT_UNKNOWN };
/* the strings are not important, since we just compare the pointers */