summaryrefslogtreecommitdiff
path: root/desktop/tree_url_node.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 /desktop/tree_url_node.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 'desktop/tree_url_node.c')
-rw-r--r--desktop/tree_url_node.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/tree_url_node.c b/desktop/tree_url_node.c
index 3bc9f90fc..86ab8b50a 100644
--- a/desktop/tree_url_node.c
+++ b/desktop/tree_url_node.c
@@ -90,6 +90,9 @@ struct icon_entry icon_table[] = {
#ifdef WITH_NS_SVG
{CONTENT_SVG, NULL},
#endif
+#ifdef WITH_WEBP
+ {CONTENT_WEBP, NULL},
+#endif
{CONTENT_UNKNOWN, NULL},
/* this serves as a sentinel */