summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-30 14:23:38 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-30 14:23:38 +0000
commit835d033e7b0c37883c05ab0c66086d089ababd26 (patch)
tree8a305d608aec7b06768ef46b9116c111ae38ae1d /content/content_protected.h
parent22c31c63492ed051faf7b313158b8466d4812ce1 (diff)
downloadnetsurf-835d033e7b0c37883c05ab0c66086d089ababd26.tar.gz
netsurf-835d033e7b0c37883c05ab0c66086d089ababd26.tar.bz2
Amiga icon loader. Treeviews will now use the user's icons for content types.
svn path=/trunk/netsurf/; revision=10925
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h6
1 files changed, 6 insertions, 0 deletions
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;
@@ -153,6 +156,9 @@ struct content {
#ifdef WITH_WEBP
struct content_webp_data webp;
#endif
+#ifdef WITH_AMIGA_ICON
+ struct content_amiga_icon_data amiga_icon;
+#endif
} data;
/**< URL for refresh request, in standard form as from url_join. */