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_type.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/content_type.h') diff --git a/content/content_type.h b/content/content_type.h index bcb2cc170..9703c5616 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -70,6 +70,9 @@ typedef enum { #endif #ifdef WITH_WEBP CONTENT_WEBP, +#endif +#ifdef WITH_AMIGA_ICON + CONTENT_AMIGA_ICON, #endif /* these must be the last two */ CONTENT_OTHER, -- cgit v1.2.3