From 835d033e7b0c37883c05ab0c66086d089ababd26 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 30 Oct 2010 14:23:38 +0000 Subject: Amiga icon loader. Treeviews will now use the user's icons for content types. svn path=/trunk/netsurf/; revision=10925 --- render/box.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'render/box.c') diff --git a/render/box.c b/render/box.c index 635bcbb3b..e4292d20b 100644 --- a/render/box.c +++ b/render/box.c @@ -1163,6 +1163,9 @@ bool box_duplicate_main_tree(struct box *box, struct content *c, int *count) #ifdef WITH_WEBP content_get_type(box->object) == CONTENT_WEBP || #endif +#ifdef WITH_AMIGA_ICON + content_get_type(box->object) == CONTENT_AMIGA_ICON || +#endif #if defined(WITH_SPRITE) || defined(WITH_NSSPRITE) content_get_type(box->object) == CONTENT_SPRITE || #endif -- cgit v1.2.3