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 --- content/content_protected.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index 6d8d50dc7..9541eb428 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -78,6 +78,9 @@ #ifdef WITH_WEBP #include "image/webp.h" #endif +#ifdef WITH_AMIGA_ICON +#include "amiga/icon.h" +#endif struct bitmap; @@ -152,6 +155,9 @@ struct content { #endif #ifdef WITH_WEBP struct content_webp_data webp; +#endif +#ifdef WITH_AMIGA_ICON + struct content_amiga_icon_data amiga_icon; #endif } data; -- cgit v1.2.3