summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-02-26 02:25:19 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-02-26 02:25:19 +0000
commit60ea34ad48f604c96f228d8f7942c5527e8a5b15 (patch)
tree81afbe5a766c42b7cc1b3036be990c8fcda299c5 /content/content.h
parentda4a9313f1260531ec3dde07b32c122f120f695c (diff)
downloadnetsurf-60ea34ad48f604c96f228d8f7942c5527e8a5b15.tar.gz
netsurf-60ea34ad48f604c96f228d8f7942c5527e8a5b15.tar.bz2
[project @ 2006-02-26 02:25:19 by rjw]
Add support for ICO files. svn path=/import/netsurf/; revision=2096
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 52a22e5ef..ec050a7be 100644
--- a/content/content.h
+++ b/content/content.h
@@ -117,6 +117,7 @@
#endif
#ifdef WITH_BMP
#include "netsurf/image/bmp.h"
+#include "netsurf/image/ico.h"
#endif
#ifdef WITH_PLUGIN
#include "netsurf/riscos/plugin.h"
@@ -235,6 +236,7 @@ struct content {
#endif
#ifdef WITH_BMP
struct content_bmp_data bmp;
+ struct content_ico_data ico;
#endif
#ifdef WITH_MNG
struct content_mng_data mng;