summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-02-25 18:51:51 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-02-25 18:51:51 +0000
commitda4a9313f1260531ec3dde07b32c122f120f695c (patch)
tree120beb0d163fc9456eca4076875d1eaf2bf4faa8 /content/content.h
parent44d192c76255fc9840e4c81f49abd05474309345 (diff)
downloadnetsurf-da4a9313f1260531ec3dde07b32c122f120f695c.tar.gz
netsurf-da4a9313f1260531ec3dde07b32c122f120f695c.tar.bz2
[project @ 2006-02-25 18:50:34 by rjw]
Support for BMP files svn path=/import/netsurf/; revision=2095
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 21c4f399c..52a22e5ef 100644
--- a/content/content.h
+++ b/content/content.h
@@ -115,6 +115,9 @@
#ifdef WITH_GIF
#include "netsurf/image/gif.h"
#endif
+#ifdef WITH_BMP
+#include "netsurf/image/bmp.h"
+#endif
#ifdef WITH_PLUGIN
#include "netsurf/riscos/plugin.h"
#endif
@@ -230,6 +233,9 @@ struct content {
#ifdef WITH_GIF
struct content_gif_data gif;
#endif
+#ifdef WITH_BMP
+ struct content_bmp_data bmp;
+#endif
#ifdef WITH_MNG
struct content_mng_data mng;
#endif